Forum: PHP Jul 5th, 2008 |
| Replies: 10 Views: 1,697 yep he is correct. try this code, must have been very tired last night when I played with this.
home.php
<?php
require ('config.php');
// session_start();
$user->session_begin();
... |
Forum: PHP Jul 4th, 2008 |
| Replies: 10 Views: 1,697 Try this:
home.php
<?php
require ('config.php');
// session_start();
$user->session_begin(); |
Forum: PHP Jul 3rd, 2008 |
| Replies: 10 Views: 1,697 Thank you for that.. post your code as well give me a link to your site so I can see what it is doing as well.
Thank you |
Forum: PHP Jul 3rd, 2008 |
| Replies: 5 Views: 858 Swefil:
Give this a try and let us know if it works for you:
http://www.smartform.com/ |
Forum: PHP Jul 3rd, 2008 |
| Replies: 10 Views: 1,697 yes, please post the code so I and others may look for a problem in the code itself. |
Forum: PHP Jul 2nd, 2008 |
| Replies: 11 Views: 2,622 no, he wants the page to reload with all the form fields filled in with the info that was entered only highlighting incorrect or missing fields.
when you fill out an application you fill in... |
Forum: PHP Jul 2nd, 2008 |
| Replies: 11 Views: 2,622 sorry that link was for another post.
you need to look here:
http://www.evolt.org/article/Clever_forms_with_PHP/17/60143/index.html |
Forum: PHP Jul 2nd, 2008 |
| Replies: 11 Views: 2,622 try looking at this great example:
http://www.guidesandtutorials.com/dr...t_toolbar.html |
Forum: PHP Jul 2nd, 2008 |
| Replies: 11 Views: 2,622 if there are errors it should not insert into the DB so it will repopulate using what is in the DB.
are you asking how to repopulate the form with their selections only highlighting the section that... |
Forum: PHP Jul 2nd, 2008 |
| Replies: 10 Views: 1,697 try to use require once rather than require.
are they each connectiong to a different Db?
and yes as a security flaw you should close the connection when you are finished. |
Forum: PHP Jul 2nd, 2008 |
| Replies: 5 Views: 858 you will need to change the print form to look like your paper to be printed on, then the code will need to resemble the $print properties for each line to be printed.
Do a google search for php... |