Hi. I need some help with creating search engine friendly URLs. I know there is a lot of documentation but I am new to .htaccess and I just cannot wrap my head around it beyond the basics. I want to...
I am trying to search a MySQL table. The thing is, there is a field called "type" which can have 1 of 2 values. The table will store this value in $t. I want the database to select ONLY the...
well in my case I had an if($grade='value') rather than if($grade=='value') by accident which overrode it. in your case I don't see what's wrong but I dont see what you did with the options. It's not...
Could it have to do with classes? What could be a possible reason its not working? I have tried changing the "name" and the "values" (and made according changes in form.php) and still the same..
I am working on an uploadscript in PHP. On uploading, the file is supposed to be stored and some info that gets filled in along with the uploading form is supposed to be stored in a MySQL...
I received this: Warning: curl_setopt_array() [function.curl-setopt-array]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in...
I do not have FTP access to the site. Could you elaborate a bit more on cURL? Basically, the reason why I want to do this is because I provide URLs to files for downloading. However, when the...
Could anyone type out the code? For me to look it up could take hours while if someone already knows it... I understand if noone can be arsed but if it takes you 2 minutes please take the trouble
for authorization scripts there are several very reliable ones available on the internet. if you dissect them you can learn a lot. maybe also look into forms if you want to for example select x's...
I have a database of links. Sometimes these links break, I want to make a list of recently fixed links. Either in the past 24 hours, or just the last 5 or so.