[PHP-DB] DB formatting question

2005-08-27 Thread Chris Payne
Hi there everyone, I’m converting a video website from CGI to use Databases and they want me to keep their existing layout. However, I have a slight formatting problem. I’m using PHP with MySQL and what I have is this: Each page displays 6 videos, 2 are on the first row (Which has 3

[PHP-DB] RE : HTML Layout (WAS : DB formatting question)

2005-08-27 Thread Neil Smith [MVP, Digital media]
Message-Id: [EMAIL PROTECTED] From: Chris Payne [EMAIL PROTECTED] To: php-db@lists.php.net Date: Sat, 27 Aug 2005 02:31:13 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary==_NextPart_000__01C5AAAF.64FE18E0 Subject: DB formatting question Hi there everyone,

[PHP-DB] amp;

2005-08-27 Thread Shay
Hi, I'm having trouble getting amp; to work properly. I start with a URL that has just tags. I use str_replace to replace the with amp;. Now this works with URLs that I print as hyperlinks, but the amp; does not print if I print the URL as a normal string. If I view the page source the amp;

[PHP-DB] Re: amp;

2005-08-27 Thread Tim Van Wassenhove
On 2005-08-27, Shay [EMAIL PROTECTED] wrote: Hi, I'm having trouble getting amp; to work properly. I start with a URL that has just tags. I use str_replace to replace the with amp;. Now this works with URLs that I print as hyperlinks, but the amp; does not print if I print the URL as a