Unregistered Avatar

Reply

Some advice to webmasters:


 
LinkBack Thread Tools Display Modes

  #1 (permalink)  

Old 01-24-2005, 02:18 AM

Some advice to webmasters:

Me and Sicloan were working on a script earlier, and due to me trying to run excessive queries that were failing and lagging the server, my account was suspended.

So, if you are going to try and develop some semi-complex scripts (this one wasn't, really...but evidentally it was query intensive), do it on your home computer first You don't wanna piss off your shared host.

ROFLCOPTER!!!
__________________
[:: CursedProphets :: BlizzCenter :: VDCore :: MeloDeath :: Battleforums ::]


Cold was my soul
Untold was the pain
I faced when you left me
A rose in the rain....
So I swore to the razor
That never, enchained
Would your dark nails of faith
Be pushed through my veins again
jd-inflames

jd-inflames is offline VDC Team Member

Join Date: Feb 2004

Location: Kentucky

Posts: 245

Send a message via AIM to jd-inflames

  #2 (permalink)  

Old 01-24-2005, 12:56 PM

so thats what it was... interesting.
missionsix

missionsix is offline Administrator

missionsix's Avatar

Join Date: Feb 2004

Location: under you.

Posts: 4,944

Send a message via AIM to missionsix Send a message via MSN to missionsix

  #3 (permalink)  

Old 01-24-2005, 01:17 PM

Yeah, I'm having some problems with this query:

PHP Code:
<?
$query2 
mysql_query("SELECT * FROM lyrics WHERE album = \"$results2[cd]\"");
//loop through each array of data as $result3 (song names)
while($results3 mysql_fetch_array($query2))
{
?>
    <div class="center"> 
      <? echo $results3["songtitle"?>
         </div>
It doesn't want to read it at all and was taking all of their CPU trying to read it, heh...It has to be some kind of syntax error, because the database info reads right...the right tables and the right rows and everything are there...this is rather strange =/

Edit:

OMG I FIXED IT!!! It wasn't 'album', it was CD
__________________
[:: CursedProphets :: BlizzCenter :: VDCore :: MeloDeath :: Battleforums ::]


Cold was my soul
Untold was the pain
I faced when you left me
A rose in the rain....
So I swore to the razor
That never, enchained
Would your dark nails of faith
Be pushed through my veins again
jd-inflames

jd-inflames is offline VDC Team Member

Join Date: Feb 2004

Location: Kentucky

Posts: 245

Send a message via AIM to jd-inflames
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Buying advice Muzikaddict Digital Art Showcase 5 05-13-2005 03:22 PM
good/bad & give advice PyR() [M]ANIAC Digital Art Showcase 7 03-07-2005 12:09 AM
1-10 and give advice PyR() [M]ANIAC Digital Art Showcase 12 03-06-2005 09:48 PM


All times are GMT -7. The time now is 01:43 PM.