Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~531 People Reached
Favorite Forums
Favorite Tags
Member Avatar for engel(ray)

I have a problem in my code. Whenever I instantiate COM its shows me this error: Fatal error: Class 'COM' not found in /Applications/XAMPP/xamppfiles/htdocs. COM works if I use windows, but when i use mac, it gives me error. I dunno if there should be extensions I should uncomment in …

Member Avatar for engel(ray)
1
192
Member Avatar for hishamaborob

Hi how can I assign html body tag contents into php variable then use it as the body of email

Member Avatar for hishamaborob
0
141
Member Avatar for remshad

hey , yesterday i installed fresh apache and php in CentOs 5.5 pc , my problem is my php is not working well ,, every time showing errors .....how i solve this error please help me ... for eg: while i run a simple code snippet [CODE]<?php echo "php execution …

Member Avatar for remshad
0
118
Member Avatar for cliffcc

I cannot delete the records after pressing the delete button. What is the fatal error? Thanks! admin.php [CODE] <?php $host="localhost"; // Host name $username="root"; // Mysql username $password=""; // Mysql password $db_name="test"; // Database name $tbl_name="test_mysql"; // Table name // Connect to server and select databse. mysql_connect("$host", "$username", "$password")or die("cannot …

Member Avatar for cliffcc
0
80