Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: about2flip
  • Content: Threads
  • Order by date
  1. about2flip

    $_Post Question

    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...
  2. about2flip

    Parse Error

    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 ' ...
  3. about2flip

    Date Dropdown Help needed

    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...
  4. about2flip

    failed to open stream: Permission denied

    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...
  5. about2flip

    MYSql Password Insert

    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.
  6. about2flip

    RE: Form Question. L@@K Please

    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...
  7. about2flip

    Form Results Not Displaying

    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...
  8. about2flip

    unexpected T_String Error ! Please Help!!!

    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...
  9. about2flip

    Send Form Input to Confirm Page

    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...
  10. about2flip

    EMAIL SCRIPT QUESTION

    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...

Part and Inventory Search

Back
Top