I have a form which says:
<form enctype='multipart/form-data' method='post' action='process.php' target='_blank'>
I need to call process.php on submit or on clicking submit button. Now this process.php is opening in another page because of _blank which is what I wanted.
This is working absolutely fine, now i want this form to refresh / reload plus call process.php in new page, how can i make this work .
Thanks
Do something every fifth time?
I'm trying to write a loop, but I want it to do something different after every fifth instance. Like, I want it do something like this:Quoteecho $a1;echo $a2;echo $a3;echo $a4;echo $a5.$b;echo $a6;And
Text file to .Dat file Conversion in PHP
Hi All, Could anybody provide code for Text file to .Dat file Conversion in PHP. Thanks,
Retrieving Data from Two Different Databases
Hello All, Ran into another problem and would appreciate some help! I have two databases, publications_db (pub_id, title, author, yr, journal, num_pages) and
Security Exception on pages using AJAX
I am getting the exception: attempted to perform an operation not allowed by the security policy on my AJAX pages. If i remove the AJAX control it works.
Help With editting and deleting form
Hallo !!So look at this image :http://img194.imageshack.us/img194/8272/snapshot5f.png This table prints the titles of entries from a table in a database.. The code that i use for this table is this
Sales orders ans reservations not taken into account on MPS / MRP
Hello,
Help: calling function
Hi,Is it possible to call a php function on page close?If yes, could you explain how and where to call?any example code will be appreciated.Thanks
Can you help please? Php file
I have to write this php file to allow users to register their nicknames on nickservFor an IRC server, however it worked fine for a couple of years, I then upgraded from Php4 to Php5 and suddenly
Linux socket programming
Where can I find a good introduction to socket programming?
Upload simple problem
Really confused!! I run once and it worked, but when i tried today...it didn't workWhich part is