|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Is It possible to send javascript form ifo via php to mysql
I have an order form that is completed in javascript, can someone please tell me if it is possible to send the buy info via php to a mysql database when a custom clicks order?
I am attaching the script in case it helps. Thanks Tim <a href="http://forums.devshed.com/attachment.php?postid=184026">cart.php</a> |
|
#2
|
||||
|
||||
|
The script doesn't seem to have a <form> tag, which is a kind of essential thing to have in a form
![]() Once you have added one, make its action point to your PHP script: Code:
<form method="POST" action="myscript.php"> Hope this helps.
__________________
Alex (http://www.alex-greg.com) |
![]() |
| Viewing: Dev Shed Forums > Web Design > JavaScript Development > Is It possible to send javascript form ifo via php to mysql |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|