Adding meta tags under Zend FW
Hello there, recently has come to my hands the FTP of a website which is running under Zend, I would
remove trailing slash from array
I have the following array which contains trailing slashes I need to remove. What is the best way to
How to know if online site made with PHP
Hello,
I see some sites that does not display extensions at all , for example:
www.site.co
MySQL query problem
When I try to run the following piece of code, I get this error:
QuoteWarning: mysql_query(): sup
Problem executing bash script using shell_exec
Hi there,
I created a bash script file using following code to convert doc documents to pdf using
Scrolling news bar and MySQL
I am not sure if this is the correct forum to post this on. If not, I apologize. I am still pretty
Error: SQL Syntax; Line 1
Code:
<?php require "global_settings.php"; ?>
<title&g
cURL and Sessions
Ohai.
So, I'm trying to cURL a bunch of things off of a page, and put them into a session. I'
upload image name with extension using php
hi frds..
<input id="file1" type="file" name="file[]" &a
is this the proper use of mysql_real_escape_string() to prevent sql injections?
i was wondering is this the proper use of mysql_real_escape_string() to prevent sql injections? any