Re: [PHP-DB] dynamic pages

2002-07-30 Thread eat pasta type fasta
--__-__-__ eat pasta type fasta -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] number of files in a dir vs. performace

2002-07-22 Thread eat pasta type fasta
--__-__-__ eat pasta type fasta -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] server performance

2002-07-21 Thread eat pasta type fasta
images/DIR vs. 3. file index.php uses images from directory files/images/DIR Thanks in advance, R --__-__-__ eat pasta type fasta -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Strange MySQL Query Problem

2002-07-03 Thread eat pasta type fasta
I already got some replies for this but it wasn't it, here is the problem: I have a simple form which queries the database based on 2 pop-up menu choices and keywords entered by the user, it passes on the variables as follows: pop-up1=choice1, pop-up2=choice2, textfield=user specified data

[PHP-DB] Strange MySQL Query Problem

2002-07-02 Thread eat pasta type fasta
I have a simple form which queries the database based on 2 pop-up menu choices and keywords entered by the user, it passes on the variables as follows: pop-up1=choice1, pop-up2=choice2, textfield=user specified data the query is as follows $result = mysql_query(SELECT some_id,

[PHP-DB] Efficien search queries

2002-04-18 Thread eat pasta type fasta
can get more out of it each time. Thanks in advance. R --__-__-__ eat pasta type fasta -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Inserting a String Variable into mysql_query() returns Query was empty error

2002-04-16 Thread eat pasta type fasta
DATE) and it appears in the code under the name $all_sections, however when I put into the mysql_query function like so: $sql = mysql_query($all_sections); it returns Query was empty error, any ideas? Thanks in Advance. R --__-__-__ eat pasta type

[PHP-DB] Numeric value are coming in as halfs

2002-04-11 Thread eat pasta type fasta
I'm using PHP to read data from a file and dump it into an array, then I'mfeeding that array into mySQL transfer happens fine except that some the numeric values are halfed currenly I'm simply tweaking the output by going: (int) $player_data[16] = $player_data[16] * 2 / 10; the /10 is needed