Welcome! Please take a few seconds to create your free account to post threads, make some friends, remove a few ads while surfing and much more. ClutchFans has been bringing fans together to talk Houston Sports since 1996. Join us!
My first time looking at this thread so I'm a little late.. but she's not movie star hot at all.
LOL, I think we need a thread with a racist subject against whites. no? hmm.. maybe I'll just listen to the music in my head. "I love a rainy...
I think you mean "Must get life insurance". I thought the commercial was a little over the top. I do have a relative who's slightly mentally...
I admit, I am the only Asian that has never tried bear bile. I'm so ashamed!!! I have never even stabbed a panda in the eye. Ya know... busy with...
Same thing happened to me with cigarettes. A few years ago, I decided just to quit. After about of two weeks of cravings, it just stopped. Alcohol...
Shanghai is awesome. Easily one of the best cities I've been to. There are plenty of restaurants. Just remember, it's the most expensive and...
In conjunction. Its beyond the scope of this website to explain in detail. I suggest you start small with HTML for Dummies first.
The font, b and u tags are "deprecated", meaning you shouldn't use them because they are in the process of being phased out. Future browsers...
Swoly-D is right. I recommend you pick up an HTML for Dummies book before you continue much farther. It just takes about a day to learn. HTML is a...
I get what you're saying. Populate the drop downs with values from the table with something like "select distinct semester from table order by...
I think what Mr. Emoticon is trying to say is to get the date values from the system using something like the date("Y") function to set the drop...
Not to be the PHP security police, but you should not let a user input define the table name. For security reasons, all the tables names used...
I'm guessing that won't work also. You can't write to the page before sending the header information. :)
Lilpun, Upon research, the url is just an alias to the actually file, so file_exist will return false (unless you have a wrapper installed, most...
Yea, it's annoying. I was going to fix this, but I've seem to lost the edit option for that post.
I'm guessing it's because you're using a url for the path. file_exist() is usually used for files on the server itself. Try using the local path...
Yup... this and I have a feeling no one gets blown up.
It means cleaning out variables that are set externally. In your case, by the uri using the $_GET super-global. For example, if you echo the...
note: underscores are usually used for function names. an underscore before an function name means its a standard function. these are just PHP...
hmm. that's the correct naming convention in php. maybe your IDE thinks check is a key word or something. i donno.