[PHP-DB] page splitting

2003-02-02 Thread Shahar Tal
Hello all! First of all i'd like to say thanks. many of you helped me here a lot, and I can't thank you enough for it. For my next question. I have a query. it takes up all the rows from a certain database, and displays them. I want to do the simple thing, page splitting. make it show a certain n

[PHP-DB] Re: function needed

2003-01-25 Thread Shahar Tal
Thank you all! -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] function needed

2003-01-24 Thread Shahar Tal
Hey I'm looking and wondering for a function, as i'm trying to do something, and here it is. I'm using the SSI call : . to get the domain name I am on. this will output www.domain.com. I would like to use PHP in order to take this string, the output, and cut the "www." and the ".com" from it,

[PHP-DB] While + Function

2003-01-22 Thread Shahar Tal
Hello all! I got one page, with this code: Which grabs the data I send from another page, on that function. Here is the important part of the function while code: while ($row = mysql_fetch_array($result)){ function insert_results () { extract($row); echo "bla"; } } Ok, this