Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
php x 9
Member Avatar for RobotFX

Hello Is there a way to disable the php error logs per directory, if it is enabled globally?! I have this htaccess but it seems not to work: [CODE]<IfModule mod_php5.c> php_value display_errors 0 php_value allow_url_fopen 0 php_flag display_startup_errors off php_flag html_errors off php_value docref_root 0 php_value docref_ext 0 php_flag log_errors …

Member Avatar for RobotFX
0
167
Member Avatar for RisTar

Hi Guys, I have a question about PHP and Ajax/Javascript SetInterval. Im working on an application that users will be able to subscribe to and I want an email sent to them after !exactly 24 hrs. The only way that I could think of doing something like this is by …

Member Avatar for vibhaJ
0
513
Member Avatar for abhi10kumar

I wrote a regular expression for [url]www.servicesonclick.com/products.php?brandid=27&pname=Acer[/url] that redirects to [url]http://www.servicesonclick.com/Acer[/url] and similar to [url]www.servicesonclick.com/products.php?brandid=29&pname=Gigabyte[/url] also redirects to [url]http://www.servicesonclick.com/Gigabyte[/url] and so on but its not working.. I dont want to retain brandid only retain pname. Here it is the [CODE] Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} ^servicesonclick\.com$ [NC] RewriteRule ^(.*)$ …

Member Avatar for abhi10kumar
0
297
Member Avatar for altarek

Hello at update form i have upload file and i want if it have value does not change I used this code to upload at insert form [CODE]$lfile = basename( $_FILES['file']['name']) ; $target_path = "files/"; $target_path = $target_path . basename( $_FILES['file']['name']); if(move_uploaded_file($_FILES['file']['tmp_name'], $target_path)) { echo"file uploaded" } else{ echo "There …

Member Avatar for nivibala
0
122
Member Avatar for abhi10kumar

I want to write regular expression for [URL="http://www.servicesonclick.com/products.php?brandid=27&pname=Acer"]http://www.servicesonclick.com/products.php?brandid=27&pname=Acer[/URL] that redirects to [URL="http://www.servicesonclick.com/Acer"]http://www.servicesonclick.com/Acer[/URL] [B]and[/B] similar to [URL="http://www.servicesonclick.com/products.php?brandid=29&pname=Gigabyte"]http://www.servicesonclick.com/products.php?brandid=29&pname=Gigabyte[/URL] also redirects to [URL="http://www.servicesonclick.com/Gigabyte"]http://www.servicesonclick.com/Gigabyte[/URL] and so on

Member Avatar for abhi10kumar
0
277
Member Avatar for abhi10kumar

How I can create url like [url]http://www.sitename.com/category[/url] (without slash). I know how to create [url]http://www.sitename.com/category/[/url] (with slash)

Member Avatar for nivibala
0
172