I have a process in place where I can create PDF docs on the Fly on the basis of some condition ! So the PDF is created on the browser with the data in the...
hi friend can anybody tell how to refresh the page on button click using php. i have a problem i write the code for rotating image after rotation it show the...
AJAX is really a great technology and we, web developers can really compete with Desktop applications, it has made some unfeasible stuff possible for any web...
Hi, Please use this on click event <META HTTP-EQUIV="refresh" content="0;URL="write url of the page which you wanna to Refresh"> OR You can use header too for...
Hi gurpreet, Though your problem isnt clear much, I have a suggestion. Along with using the meta-refresh tag, try using iframe for the ads. In the html page,...
... I too agree on this. I am also new to it. But last year I had to use it for one of my clients. This client had a form with four drop down menus showing...
Alka Bhat
alka.bhat@...
Jun 3, 2006 4:25 am
2546
Hi there many ways to referesh a page but you may try this on your button click echo"<metahttp-equiv='refresh'content='0;URL=yourpage.php'>"; You can...
Hello Eveerybody, My self shrikant,I am from Nagpur.I am trying to find out free dumps for Our PHP-mysql.Do u know any link or site which will provide me free...
hi kinhikar, Two of my frnds got ZCE recently, Contact them for furthur info... Praveen - mjrpraveen@... Ramana - ? -Sreeni.A ... [Non-text portions of...
I have a small query about arrays and how PHP interprets certain keys. If I have an array say $x, are the two keys, $x[' some_key'] & $x['some_key'] the...
hi, include onClick="history.go(-1)" in button control.this function may solve u problem. Regards, ranjith, Sachi infotech Pvt Limited, HYDERABAD, gurpreet...
Hai to all, This is Kondapa Naidu.I am using someeditors like SPAW and TinyMce for mail compose.These editors are working in IE6 perfectly but in mozilla and...
hi, include onClick="history.go(0)" in button control.this function may solve u problem. Regards, ranjith, Sachi infotech Pvt Limited, HYDERABAD, gurpreet...
Hi Friends, I am trying to execute the MySql 5.0 Stored procedure with PHP4 and Apache2 , but i am unable to execute. If any have solution of it. please...
... Rishindra> Hi Friends, I am trying to execute the MySql 5.0 Stored Rishindra> procedure with PHP4 and Apache2 , but i am unable to Rishindra> execute. ...
Balaji Narayanan
lists@...
Jun 4, 2006 3:33 pm
2556
Hello, Can any one tell me what are QuadCore coding standards. help needed asap. thanks Mrunal. __________________________________________________ Do You...
Hi, You can check this url for some coding standards http://phpforu.com/index.php?name=FAQ&id_cat=1#q5 -- Regards Gobinath Home : http://www.gobinath.com ...
I have a process in place where I can create PDF docs on the Fly on the basis of some condition ! So the PDF is created on the browser with the data in the...
Hi rishi, There are many possibilities. * may be your query is wrong * may be server or php is not configured properly * may be server is not running at all....
Hello Friends Can we upload a video file of 100 MB using PHP on linux server? What coud be the consequences of uploading such a big file? Or do i need to use...
Hi Imran, We can upload file of any size, but there are certain things. * you have to set the upload filesize value in .htaccess file to a higher value *...
writing normal upload file may not work and u need to take care of size, php time out etc... better u make a ftp program using php.. that i have worked for...
I have someimages and a form. clicking on the individual image will change a hidden field value in the form. At the same time, the form should be submitted...
Dear all, I wanted to know if anyone has an experience of working with php and mapscript. Can any one guide me regarding : 1) How to use php and mapscript...
Gauri Sharangpani
gauri.lokesh@...
Jun 7, 2006 8:35 am
2568
Dear all, I wanted to know if anyone has an experience of working with php and mapscript. Can any one guide me regarding : 1) How to use php and mapscript...
Gauri Sharangpani
gauri.lokesh@...
Jun 7, 2006 8:36 am
2569
Hi, Ah. so you want to submit the form in a new window, just in form tag add the word target="_blank" like <form action=".........." target="_blank"...