Hi:
I am trying to write a date selected by the user into mysql date column. There are three variables month, day, year.
Here is portion of the code from the script that will insert the data into the DB:
/ create query
$query = "INSERT INTO $table_name (shipperorg, pickupdate...
I am getting a parse error '<' on Line 7. I can not see it. Can someone help me out and tell me where it is.
<?
$page_title ="EXDQ TRUCKING ADMIN";
include ('includes/header.html');
?>
<h1 id="mainhead">Expedited Trucking Admin</h1>
<?
echo 'Today is ' .date('l') . ' . The current Time is ' ...
Hello:
I have a form that I am trying to make a dropdown menu using a phpscript. I keep getting a tstring error on line 21 which is function make_calendar_pulldowns...
I am using php4, is this the correct format for php 4? If someone could cut and past the script into their editor and see what...
I checked the forum before posting this, and saw a posting but there was no real solution. I am learning to use fopen, and I keep getting
Warning: fopen(exp/runs.txt): failed to open stream: Permission denied in /home/httpd/vhosts/domainname.net/httpdocs/testopen.php on line 2
now here is the...
Hi:
I am creating a table for users via PHPMyAdmin. One of the fields is a password field. What is the correct syntax to create the password field so it will be hashed. i.e, not visible.
Thanks for your help.
Newbie PHP programmer on board here. I want practicing on forms and this one is giving me a headache. I want this form to let the user know when they did not fill in a field. When all fields are done I want it to go to a verify page (verify.php), & show the user what they put into the form.
I...
Hi: After fixing some nerve wrecking errors thanks to this forum, I can not see why my form result are not displaying after the user hits submit. Here is my code: Thanks!
webform1 Code:
<html>
<head> </head>
<body>
<form action="verify.php" method="post">
<b>Please Enter Your...
I have stared at this code for about 2 hours now. Line 11 is giving me a unexpected T_String Error. I am using zend editor and line 11-22 is underlined in red. It started under the name username. Someone PLEASE HELP ME! Thanks
<?php
if(!empty($_POST['send_form'])) {
echo "Please verify your...
Hi:
I'm learning PHP and I am going to develop a form to take user input, but I am confused how to submit the information in Form1 to the confirmation page Form2, so the user can look over what they input before it writes to the DB.
If there is a post on how to do this please provide link, or...
Hi:
I'm new to PHP and I am creating a webform to take user information. After the user confirms the information, and hits submit, I need a script that will email a client instructions that I provide, have them click a link back to the website that will confirm their email address. After they...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.