I currently have a form in html, but I want it in php so the information is not in the source code.
It all works and when you put in the name and number it will call. When you push the call button it goes to a google page that say "ok=true" or "ok=false". Is there a way to make it so that it just stays on the same page that the form is on?
Here is the code.
Code: [Select]<form action="https://clients4.google.com/voice/embed/webButtonConnect" method="post">
<input type="hidden" name="buttonId" id="buttonId" value="000000000000000000" />
<input type="hidden" name="showCallerNumber" id="showCallerNumber" value="1" />
<p>
<label>Name
<input type="text" name="name" id="name" />
</label>
</p>
<p>
<label>Number
<input type="text" name="callerNumber" id="callerNumber" />
</label>
</p>
<p>
<label>
<input type="submit" name="button" id="button" value="Call Nayliner" />
</label>
</p>
</form>
This current code will always produce false because I blanked the id value
WS-Security PL/SQL Forms
Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Prod
Please help with SMTP Authenticated PHP Email Form
Hello, I'm creating a PHP email form, and for this particular server, I have to use SMTP Authentication. They hosting service sent me this link: http://email.about.com/od/emailprogramm ...
list files from folder, only one for each date
I have many files in a folder and wish to only list one of each datethese are the file names.date format (dd/mm/yyy)abc - 12-01-2009 - something.pdfabc - 12-01-2009 - something else.pdfabc -
Error with login script
I am getting an error with my login script:Error:Code: Warning: Cannot modify header information - headers already sent by (output started at /home/bucket/public_html/inc/config.php:7) in
Syntax Help
I'm trying to make a form that edits a php file which contains config settings. I'm using strings that are defined by the user form inputs. This is what my file should look like when the form is
dinamic "textboxes"?
Ey all, my first post here, i hope its not a hard one I display mysql results in a tableEach row has a link which must send the title of the row to "result.php"
Dynamic links in an include file
I am working on a small piece of code that counts records from a database and displays the result to the user. Everything works fine, except I am running into difficulties with dynamic links.The code
how to get different value in second view of webdynpro?
hello guys,
Firewall / visited websites logger
Hi.
How to update this array?
I am saving a string that looks this: username1, username2, username3...into a single cell in a database table. I am doing this so that when I retrieve that string using normal methods, I can turn it