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
~782 People Reached
Favorite Forums
Favorite Tags
php x 10
Member Avatar for aithabuddy

Hi I have an array of format Array ( [1] => Array ( [1] => Array ( [27] => C1 [28] => Y1 ) [2] => Array ( [31] => C2 [32] => Y2 ) [3] => Array ( [34] => C3 [35] => Y3 ) ) [2] => Array …

Member Avatar for diafol
0
159
Member Avatar for aithabuddy
Member Avatar for pritaeas
0
54
Member Avatar for aithabuddy

How to clear the mysql query cache? RESET QUERY CACHE; is not working. Thanks in advance

Member Avatar for manojsamtani
0
77
Member Avatar for aithabuddy

Hi Can any one please help me in password protecting a subdomain. I have a main site like [url]www.example.com[/url] and subdomain site for this site is [url]www.abc.example.com[/url] I want password protection subdomain site [url]www.abc.example.com[/url], please help me doing this using .htaccess and .htpasswd Thank you in advance

Member Avatar for sDJh
0
64
Member Avatar for aithabuddy

Hi I have a problem with the mysql query that uses both order by and limit.Following is the sql query i'm using, select * from temp where venue <> '' and cat1 = 'sports' and id < 74528 order by id desc limit 10; in this temp table 'id' is …

Member Avatar for karthik_ppts
0
166
Member Avatar for aithabuddy

Hi, Can any one helps me in the apache redirecion of 'http://www.xyz.com/abc/function.mysql-select-db/dfg' to 'http://www.xyz.com/abc/dfg', and 'http://www.xyz.com/abc/function.mysql-connect/dfg' to 'http://www.xyz.com/abc/dfg'. I want a single rule for the both redirections. Thanks in advance.

Member Avatar for twiss
0
52
Member Avatar for aithabuddy

I have code here for a form that submits the data to receivers email. When I click the send this form button, it submits the email to receivers address. Following is the code that i'm using to send email [CODE]function send_mail_users($myname, $myemail, $contactname, $contactemail, $subject, $message) { $headers .= "MIME-Version: …

Member Avatar for aithabuddy
0
210