Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
Member Avatar for loligator

Hello all, I'm new to CSS layouts and am trying to create a two column layout within a wordpress page. The left and right column line up as expected until I add border-left and padding into the mix found within div#mediaPhotos. After adding it, the right div is still on …

Member Avatar for Helianthus
0
131
Member Avatar for loligator

Hello all, I have a feeling this is easy to deal with (at least I hope so) but couldn't find much on google, probably because I'm not 100% sure how to word it. Here goes... We all know how there's different representations for apostrophes. There's the ’ character and then …

Member Avatar for sneldog
0
214
Member Avatar for loligator

IE tells me there's an error on line 17, which is the onload method of the body tag. So here's the code... [code] <script language="javascript" type="application/javascript"> function startUp() { setFocus(); } function setFocus(){ document.frmSearch.txtSearch.focus(); document.frmSearch.txtSearch.select(); } </script> [/code] And here's how it's called: [code] <body onload="startUp();"> [/code] I tested this …

Member Avatar for loligator
0
2K
Member Avatar for loligator

So here's the code: [code=php] function procRestSearch($searchQuery){ //Don't forget to have $searchquery defined before calling this function $intSearchCounter = 0; //Used to set the arrays $searchResult = mysql_query($searchQuery); while($searchRow = mysql_fetch_array($searchResult, MYSQL_ASSOC)){ //Change/Add/Delete the variables below to match what data needs to be returned $strRest = array($intSearchCounter => array('restID' => …

Member Avatar for nav33n
0
137
Member Avatar for mrjoli021

I have an html form when i submit it it goes to a php page. i want to change the action so the php execution happens on the same page. [code] <form method ="POST" action = "user.php"> <table align="right" cellpadding="10" cellspacing="0"> <tr> <td>EMail: </td> <td><input type="text" name="email" /></td> <tr> <td>First …

Member Avatar for diafol
0
2K
Member Avatar for joshfolgado

Hi, I need to compare MySQL, MS SQL 2008 and Oracle. Do you know of any link where this comparison takes place? I found a few comparign MySQL and MS SQL 2000 but not with MS SQL 2008 and Oracle too. Can you please help? Thanks Josh

Member Avatar for joshfolgado
0
140
Member Avatar for loligator

Hi all, I want to store the hours of restaurants in a database (sounds simple, right?). I don't want a text field where hours are entered as a lump of data, but was thinking of making a column for each day of the week and filling in the hours this …

Member Avatar for loligator
0
187
Member Avatar for loligator

I have mySQL 5.1 installed on a Windows Vista machine. I'm really curious as to where the file lives that holds the databases I created. I'm assuming it's in the mySQL install directory but I just don't know where (C:\Program Files\MySQL Server 5.1\?). Does anyone know?

Member Avatar for nav33n
0
83
Member Avatar for Nemzz

It keeps freezing and gives an error something like Kernel Trap followed by gibberish numbers. This is just lately. WTF is wrong with it ?

Member Avatar for amanuensis
0
121
Member Avatar for gbloake

Hi everyone hope you can help me have got a Mirrordoor G4 dual 867 mhz and am new to mac it has been running fine since xmas but the last couple of days have been haveing trouble with it .Every time i turn the tower of and turn it back …

Member Avatar for guido79
0
107
Member Avatar for miracle416

I have an older computer that was running Windows XP SP1. The computer is severly infected. I updated the OS to SP2 and am now having problems using my browser (firefox and netscape). IE is so corrupted that I can't even open without muliple windows popping up. I have purchased …

Member Avatar for Frank Wallis
0
109
Member Avatar for spunkyninja

I have an ASUS p5k-e motherboard. It's roughly about 2 years old... I turned it off one day to clean it about 2 days ago and it didn't have a boot sequence.... I took everything out after the first unsuccessful boot process, but it still didn't boot.... My whole life …

Member Avatar for loligator
0
84
Member Avatar for harro

Hi, I have previously formatted and installed Windows 98,2000, XP and vista on many,many hard drives. I have never had this problem. A high spec machine with 2gb ram and 250 sata 2 seagate HD. The machine runs beautifully except that I suspect a virus infection because the security service …

Member Avatar for harro
0
311
Member Avatar for Blackeagle

Hello all, i'm formatting my pc and i'm facing a problem with my CD-ROM device. in the middle of windows xp installation i get an error message that it cant read from the I/O device. i assume that my CD-ROM is damaged or something, but it happens that i have …

Member Avatar for loligator
0
115
Member Avatar for loligator

So this is one of the strangest issues I've seen... I have a Windows 2000 Server box with SP4 plus all recent Windows updates. I'm not sure when this started (the server is a backup and isn't often used), but after being on from anywhere between several hours to a …

Member Avatar for loligator
0
255
Member Avatar for loligator

I'm pretty much a newb when it comes to PHP and MYSQL (taught myself, so I make a lot of mistakes :confused: ) So here's the code... [code] $query = "SELECT DISTINCT(t_tag) FROM tags ORDER BY t_tag desc LIMIT 50"; $results = mysql_query($query) or die(mysql_error()); while ($row = mysql_fetch_array($results)) { …

Member Avatar for MVied
0
204