Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #36.9K
~774 People Reached
Favorite Tags
php x 4
seo x 1
Member Avatar for Nahiyan

Hi, I am making a mini cms for managing my website and to increase my php skills so I wrote some code to give out the result of a query by using mysql_result(..,..,..); but when I tried to echo it out, the php code which is stored in my database …

Member Avatar for leakbali
0
198
Member Avatar for HelenLF

Can anyone suggest some good SEO software - cheap or better still free. I just need something that will check Google ranks for multiple domains (something like [URL="http://www.cleverstat.com/en/google-monitor-query.htm"]Cleverstats free Google monitor[/URL]), but that will allow me to save the results so that I can compare dates.

Member Avatar for dareckyoung
0
201
Member Avatar for nikita.chandra

Hi all! I want to learn PHP myself using internet , i have the knowledge of java, Servelet, JSP, Mysql, HTML, Javascript and css. Is it possible for me to learn PHP without any guidance using internet? Is php more difficult then jsp? I want to create various dynamic websites …

Member Avatar for oakulm
0
255
Member Avatar for ahasan_al_rabbi

<html> <head> <title>test page</title> </head> <body> <?php echo "<h1>hello there</h1>"; ?> </body> </html> or, <?php echo <<<EOT <html> <head> <title>test page</title> </head> <body> EOT; echo "<h1>hello there</h1>"; echo "</body></html>"; ?>

Member Avatar for almostbob
0
120