Re: [PHP-DB] Displaying data as while recieving form mysql server

2002-02-22 Thread Roel Mulder
ppen in your browser. M.vr.gr. Roel Mulder At 16:17 22-02-2002 -0600, you wrote: >Hello. > >After I run my mysql query and get the results, then I do a look to put >the data into table rows that go to a webbrowser. >How can i set it up so that the user see's the table rows a

Re: [PHP-DB] Redirecting to a new page

2002-01-04 Thread Roel Mulder
Hi Matt, http://nl.php.net/manual/nl/function.header.php Note: HTTP/1.1 requires an absolute URI as argument to Location: including the scheme, hostname and absolute path. Thus, print "Location:http:/www.host.com/admin.php"; should work. Regards, Roel Mulder At 13:57 04-01-2002

Re: [PHP-DB] db connect problems.

2001-11-29 Thread Roel Mulder
FROM user", $link_id); > > > > > while($query_data = mysql_fetch_row($result)) { > > > > > ?> > > > > > > > > > echo "'",$query_data[1],"' is also php ' known as > > ",$query_data[3],&

Re: [PHP-DB] db connect problems.

2001-11-28 Thread Roel Mulder
ult_dbname) or die ("Error, no database found sweetheart"); $sql = "SELECT * FROM user"; $result = mysql_query($sql); while ($row = mysql_fetch_row($result)) { echo ($row[1]."\n"); } mysql_close(); ?> Groetend, Roel Mulder At 22:52 28-11-2001 +0100, you wrote

Re: [PHP-DB] parse-error MySQL - PhP @ win2000

2001-11-10 Thread Roel Mulder
Dag Jelle, Als je printf(); gebruikt moet je dit wel correct doen, met print(); zou het goed moeten gaan. Dus regel 24 wordt: print ($resultaat[0]); (Excuse me muttering Dutch between the two of us :) M.vr.gr. Roel Mulder At 21:32 10-11-2001 +0100, you wrote: >Hi all, > >I have

Re: [PHP-DB] Url link

2001-05-14 Thread Roel Mulder
Robert, Use for the client's IP address: REMOTE_ADDR or for the hostname: REMOTE_HOST Run phpinfo(); to see for yourself. Regards, Roel Mulder At 17:25 14-05-2001 -0400, you wrote: >Anyone know how to get the connecting client's ip address using php? I need >to log this informa

Re: [PHP-DB] Url link

2001-05-14 Thread Roel Mulder
Hi Mark, Try this code for your delight: http://www.oreillynet.com/pub/a/php/2000/11/02/next_previous.html Regards, Roel Mulder At 16:02 14-05-2001 -0400, you wrote: >Hey there, >I'm trying to build NEXT/PREV buttons on my search page. >The only way I know to do it so far is via

Re: [PHP-DB] Apache+PHP+MySQL installation at once - HOW?

2001-05-04 Thread Roel Mulder
Another option is http://www.firepages.com.au/devindex.htm Look for phpdev3: Apache, PHP, MySQL and phpMyAdmin in one zip, for windows platforms. all yours, Roel Mulder At 10:31 04-05-2001 -0500, you wrote: >At 9:45 AM +0200 5/4/01, Vojtech Dvorak wrote: >>Hi, >>I want to ins

Re: [PHP-DB] Search engines & database driven sites

2001-02-27 Thread Roel Mulder
Hello Grant, Well the thing with search engines is as AltaVista puts it very nicely: Dynamic pages also block Web crawlers. 8>< 8>< 8>< Typically such pages have a question mark (?) in the URL. When a search engine crawler arrives at such a page, it captures the content but hal