[PHP] Search Engine Friend Dynamic Pages

2002-06-05 Thread Scott Reismanis
Hey all, Just a quick question regarding developing search engine friendly pages. Basically I am re-writing my site so that say mysite.com? page=supportaction=help becomes mysite.com/support/help/ Reason why is it looks nicer and is search engine friendly, as some search engines cannot spider

Re: [PHP] Search Engine Friend Dynamic Pages

2002-06-05 Thread Scott Reismanis
Friend Dynamic Pages Scott Reismanis wrote: Just a quick question regarding developing search engine friendly pages. Basically I am re-writing my site so that say mysite.com? page=supportaction=help becomes mysite.com/support/help/ Reason why is it looks nicer and is search engine

RE: [PHP] Intermediate Searching... screen.

2002-05-28 Thread Scott Reismanis
The way vbulliten does it, is they take a users search query, and find out which threads match i.e. (2000, 5000, 2310, etc...). This is then inserted into a database along with a search ID. From here once the search is completed you are forwarded to a page like search.php? search_id=7 that way

[PHP] Regex Assistance

2002-05-27 Thread Scott Reismanis
Hey All, I am just begining to learn regex functions in PHP. Anyhow I am trying to code a preg_replace function which basically cleans a URL. What I mean is say a url is index.php?page=hellolist=10start=4 you pass that URL and say 'list' to the function (shown below) Anyhow I want that to

[PHP] phpMyAdmin Question

2002-05-06 Thread Scott Reismanis
is char columns are quicker to process thus it would be ideal to mix such columns rather than be forced to create another table for example, Thanks for your time, Scott Reismanis

[PHP] Wrapping Text

2002-04-28 Thread Scott Reismanis
Hi PHP digest readers. Ok I have a problem and a question which I am certain many share and even a solution to my problem, however I wish to hear how you dealt with this issue to see if there is a better method. Ok for my problem, it is regarding a smilie system. Currently what happens is if

Re: RE: [PHP] Wrapping Text

2002-04-28 Thread Scott Reismanis
... -Original Message- From: Scott Reismanis [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 27, 2002 11:58 PM To: [EMAIL PROTECTED] Subject: [PHP] Wrapping Text Hi PHP digest readers. Ok I have a problem and a question which I am certain many share and even a solution to my