try this http://www.tipsntutorials.com/tutorials/PHP/71
try using older version of apache...such as version 1.3.33, it works fine with php 4.4.0
hope this will help you.
i am using window XP platform too, and tried to install Apache2 on it, it's work but the php i installed on it didn't work. Finally, i got it work with installing older version of Apache and PHP version 4.4.0.
try visit this site:
http://www.tipsntutorials.com/tutorials/PHP/71
coz this site...
u r rite, i didn't assign anything yet to the session...
i think i have not enough experience in using session variables, i will try get in depth to it.
anyway thank for the valuable comments. Thanks!
I agree with tsuji, it needs the object to be passed to the function parameter but not the object's property.
dive_error is an object.
dive_error.style.visibility refers to its property.
I agree with tsuji, it needs the object to be passed to the function parameter but not the object's property.
[COLOR=blue]dive_error[/blue] is an object.
[COLOR=blue]dive_error.style.visibility[/blue] refers to its property.
what i mean is that the error shows that the session variable is undefined, if a page(for example:page1.php) was submitted to itseft.(page1.php submitted to page1.php, the value of the session variable becomes nothing)
you cannot get the $_POST archive from the disable field, but you can create a hidden field and assign the disabled's text value to the hidden field, then you'll get the $_POST[some hidden field name here].
I have made a session variable from page1.php, when it goes to page2.php (for example), it shows the value.
in page2.php, there is a form, submit back to page2.php to display information from tables but it shows error that the session variable is undefined.
how can this happen? In case 1, it...
$query = mysql_query("SELECT count(*) FROM submissions WHERE NameInsured = '" . $NameInsured . "')"; # bcareful of the quotes
try this
$result=mysql_query($query,$db);
if (mysql_num_rows($result) == 0) {
$query= "INSERT INTO submissions (SubmissionID, NameInsured, Fein, EffectiveDate...
hi! i am trying to use window.print() to print a page, it's work. however, it show the window title and page number on the top, file location and date at the bottom of the printed out paper.
How can i remove both top and bottom extra things? or this has no solution?
thanks,
yenping
hi, can you show the js script you have that make the loops.
Normally, the outer loop produces rows, and the inner loop makes the columns...
(outer loop)
for(i=0;i<inum;i++){
......(some codes that go row by row)
(inner loop)
for(j=0;j<jnum;++j){
.....(some codes that...
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.