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: 859 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,628 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,628 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,628 try looking at this great example:
http://www.guidesandtutorials.com/dr...t_toolbar.html |
Forum: PHP Jul 2nd, 2008 |
| Replies: 11 Views: 2,628 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: HTML and CSS Jul 2nd, 2008 |
| Replies: 10 Views: 3,588 if you want your site to be seamless try using css to set your tables rather than use frames.
Frames are a thing of the past and most people today dont like them because most new web developers dont... |
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: 859 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... |
Forum: Troubleshooting Dead Machines Jul 1st, 2008 |
| Replies: 9 Views: 789 computers will boot through POST without a HDD. a failing HDD will rarely cause POST error beeps |
Forum: Troubleshooting Dead Machines Jul 1st, 2008 |
| Replies: 9 Views: 789 8 step process to computer repair.
1: make sure pc is plugged in tightly and directly to a wall outlet (extensions are often not properly grounded)
2:look inside the box and make sure no loose... |
Forum: Troubleshooting Dead Machines Jul 1st, 2008 |
| Replies: 9 Views: 789 count the beeps for us.
1 Short Beep Normal POST, computer is ok.
2 Short Beep POST error, review screen for error code.
Continuous Beep No Power, Loose Card, or Short.
Repeating Short... |
Forum: Troubleshooting Dead Machines Jul 1st, 2008 |
| Replies: 9 Views: 789 long beeps, short beeps or one continuous beep?
long beep: short somwhere
short beeps: memory
continuous beep: video card |
Forum: HTML and CSS Jul 1st, 2008 |
| Replies: 7 Views: 1,315 in that case would you mind changing this to solved.
your code looks decent enough other than you dont need the extra space between each and every line of code. |