[PHP-WIN] Anyone have experience with PHP MySQL on Windows XP Pro?

2004-06-22 Thread Don Lawrence
link); ?> I am running a: P4 3.00 GHz 1.00 GB RAM WindowsXP Service Pack 1 PHP: 4.3.5 MySQL: 4.0.20 I'm asuming IIS 5.0 MySQL Control Center can connect but phpMyAdmin can't. It's very unnerving. I can't find any error messages other than the time out. Any help will be gr

[PHP-WIN] Help with submit

2003-12-01 Thread Lawrence
When I replace button submit with image "checkout.gif" and "update.gif" , I do not get value of $B1 and $B2 more , please show me how to get $B1 $B2 when I replace button submit with image , thank you . -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.p

[PHP-WIN] Code to splite page

2003-11-27 Thread Lawrence
I need the code to splite page , I have 50 products , I want splite 10 products per page , if anyone has that , please show me , thank you -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Help with split page

2003-11-23 Thread Lawrence
I have 50 products , I want to display 10 products per page , if I use LIMIT , I will make 5 links , but I want the code will make 5 links automatically for me , I do not know how to do , anyone can help me , thank you ".$row["name"]." ".$row['pri

[PHP-WIN] help with header on UNIX server

2003-11-18 Thread Lawrence
I have two page header.htm and header.php This is header.htm Link Google Link Yahoo Link Hotmail Link Php.net This is header.php When I run on my computer , IIS and windows xp , they run well , but when I upload them on UNIX server , they run nothing , they don't redirect , I ask admin why h

[PHP-WIN] Thanks so much !

2003-11-11 Thread Lawrence
uot; location : > www.2checkout.com/cgibin/sbuyers/cart_order_id=".$cartcontents"."); > > or a variation on that that suits your situation > <> > -Original Message- > From: Lawrence [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 11, 2003 11:02

[PHP-WIN] Please help !

2003-11-11 Thread Lawrence
// $_SESSION["cart_m"] includes these values : flower01 fruit01 cake01 When I echo $_SESSION["cart_m"] , it look like this $i = 1 ; while ( $i <= $_SESSION["productlist"] ) ( echo $_SESSION["cart_m$i"] ; $i = $i + 1 ; } Result is : flower01 fruit01 cake01 I want to use these values with

[PHP-WIN] So great , thank so much

2003-08-24 Thread Thomas Edward Lawrence
nt / $columns); $i++) > { > echo '' > for ($j = 0; $j != $columns; $j++) > { > $row = mysql_fetch_array($result); > $_SESSION["picture(".($i * $columns + $j).")"] = $row["pictures"]; > echo "" ; > } > echo

[PHP-WIN] So great , thank so much

2003-08-24 Thread Thomas Edward Lawrence
= 0; $i != ceil ($cnt / $columns); $i++) > { > echo '' > for ($j = 0; $j != $columns; $j++) > { > $row = mysql_fetch_array($result); > $_SESSION["picture(".($i * $columns + $j).")"] = $row["pictures"]; > echo "" ; >

[PHP-WIN] this is so difficult for me

2003-08-24 Thread Thomas Edward Lawrence
I have an array $row["pictures"] which includes 15 pictures , I want to echo it like this , this is so difficult for me , picture1picture2picture3picture4picture5 picture6picture7picture8picture9picture10 picture11picture12picture13picture14pictur

[PHP-WIN] please help with table again

2003-08-24 Thread Thomas Edward Lawrence
I want it echo 5 columns with 3 row , but it also echo numbers which increase to follow columns like this , how I must write , please show me again , thank you . 12345 678910 1112131415 -- PHP Windows Mailing List (http://www.php.net/) To unsub

[PHP-WIN] Thanks all

2003-08-24 Thread Thomas Edward Lawrence
cho ""; > while($col < 5) > { >$col++; >echo "Row ".$row." Column ".$col.""; > } > $col = 0; > echo ""; > } > echo ""; > ?> > > Hope that helps, > > Marc > > - Or

[PHP-WIN] please help with table

2003-08-23 Thread Thomas Edward Lawrence
When I write this , it will echo 1 column with 5 rows , but I want it echo 5 columns with 3 row , there are 5 colums(td) in every row(tr) , how I must write , please show me , thank you . $i" ; } ?> -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP-WIN] how to establish relationship in Mysql

2003-08-20 Thread Thomas Edward Lawrence
May it establish relationship in Mysql as if we can establish relationship between tables in Access ? If can , please tell me , I use php Myadmin and EMS Mysql manager version 2.5 , thank you . -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] How to preserve value ?

2003-08-14 Thread Thomas Edward Lawrence
I have three pages : page1.php page2.php page3.php I would like I can preserve value of $value now is 3 when I come back to page1.php from page3.php , when I come back page1.php value of $value is now set to 1, please help me , thanks -- PHP Windows Mailing List (http://www.php.net/

[PHP-WIN] How to preserve value , this question so difficult

2003-08-14 Thread Thomas Edward Lawrence
this is page1.php Next page this is page2.php when I come back to page1.php from page2.php , this is result : page1.php ( run at first time) Warning: Cannot send session cookie - headers already sent by (output started at C:\PHP\page1.php:9) in C:\PHP\\page1.php on line 10 Warning: Ca

[PHP-WIN] Re: How to preserve value , this question so difficult

2003-08-14 Thread Thomas Edward Lawrence
before any other output > is sent. > > Jochem > > > > Thomas Edward Lawrence wrote: > > this is page1.php > > > session_start() ; > > echo $value ; > > if (!session_is_registered("value") ) > > { > > session_register(&q

[PHP-WIN] How to preserve value ?

2003-08-11 Thread Thomas Edward Lawrence
I have three pages : page1.php page2.php page3.php I would like I can preserve value of $value now is 3 when I come back to page1.php from page3.php , when I come back page1.php value of $value is now set to 1, please help me , thanks -- PHP Windows Mailing List (http://www.php.net