I don't know if there is any advantage or disadvantage in doing it this way,
but I will look better.
And you can have access to all the serials later in the Script if you need them.
Search found 44 matches
- Sun Jun 11, 2006 8:27 am
- Forum: PHP - Code
- Topic: Read a text file?
- Replies: 29
- Views: 6881
- Sun Jun 11, 2006 8:23 am
- Forum: PHP - Code
- Topic: include module, catching directory as file
- Replies: 12
- Views: 3988
- Sun Jun 11, 2006 6:13 am
- Forum: PHP - Code
- Topic: Read a text file?
- Replies: 29
- Views: 6881
Code: Select all
$serial = array(serials => '12345', '67890', '09876');- Sun Jun 11, 2006 5:34 am
- Forum: PHP - Code
- Topic: include module, catching directory as file
- Replies: 12
- Views: 3988
- Sat Jun 10, 2006 8:43 pm
- Forum: PHPGD.com
- Topic: online tshirt design
- Replies: 7
- Views: 9008
- Sat Jun 10, 2006 8:36 pm
- Forum: PHP - Code
- Topic: Script not working on PHP5 (but did in php4)
- Replies: 24
- Views: 10622
- Sat Jun 10, 2006 8:24 pm
- Forum: Linux
- Topic: Which one is the best OS for a Server
- Replies: 17
- Views: 11558
- Sat Jun 10, 2006 8:12 pm
- Forum: Databases
- Topic: mysqli_sql_exception - 'No index used in query/prepared
- Replies: 6
- Views: 8431
- Sat Jun 10, 2006 7:52 pm
- Forum: Databases
- Topic: mysqli_sql_exception - 'No index used in query/prepared
- Replies: 6
- Views: 8431
- Sat Jun 10, 2006 7:49 pm
- Forum: Databases
- Topic: MySQL SUM (what am I doing wrong?)
- Replies: 11
- Views: 1199
- Sat Jun 10, 2006 7:38 pm
- Forum: PHP - Code
- Topic: Read a text file?
- Replies: 29
- Views: 6881
- Sat Jun 10, 2006 6:45 pm
- Forum: General Discussion
- Topic: Introduce Yourself!
- Replies: 1043
- Views: 780281
Hi Folks, my name is Christian. I'm from Germany, but living and working in Scotland. I have just started with PHP, but I was always able to get everything done so far with PHP just by using Google and stuff. Now I would like to do it on my own :D The Projects I'm working on are a CMS and a Webporta...
- Sat Jun 10, 2006 6:29 pm
- Forum: PHP - Code
- Topic: MySQL Display
- Replies: 2
- Views: 668
Re: MySQL Display
Here is how I would do it. I also changed your code a little. <? $color1 = "#CCFFCC"; $color2 = "#BFD8BC"; $row_count = 0; $username=""; $password=""; $database=""; mysql_connect("",$username,$password); @mysql_select_db($database) or die( ...