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 #2K
~33.3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for PrinceyPaul

We are {company name and link removed} and we are now using oscommerce but we found out it is not seo friendly. Can anybody recommend seo friendly shopping cart. Tom

Member Avatar for Tania_3
0
2K
Member Avatar for zippee

Is there any way I can convert dynamic URL into static URL in php? i.e. convert php file into html so that the page is search engine friendly. For example: Change this: [url]http://mysite.com/pagename.php[/url] To this: [url]http://mysite.com/pagename[/url] or this: [url]http://mysite.com/pagename.html[/url] I know there is something called mod_rewrite in Apache, but not …

Member Avatar for mikerock
0
777
Member Avatar for ichinpogs1

Hi sir pls help i have an error in line 13 .. and still i don't no where can i find this error... Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\wamp\www\login.php on line 13 [CODE]<?php $username = $_POST['username']; $password = $_POST['password']; if ($username&&$password) { $connect = …

Member Avatar for ruby21
0
308
Member Avatar for nikesh.yadav
Member Avatar for Stefano Mtangoo
0
19K
Member Avatar for pieterv

Could someone please explain why the following code works: [code=php] <html> <head> <script type="text/javascript"> function test(){ phpTest = "<?php echo 'hello'; ?>"; document.getElementById("php_code").innerHTML = phpTest; } </script> </head> <body> <a href="#" onclick="test(); return false;"> test </a> <span id="php_code"> </span> </body> <html> [/code] while this code doesn't: [code=php] <html> <head> <script …

Member Avatar for pieterv
0
2K
Member Avatar for ronaldpaul

I've built a website using php and mysql. I wanted to host this site. So I registered a domain name and buy a web hosting package. The webhoasting package provider gave me 2 name server addresses. I pun the in the domain name control panel. But still when i type …

Member Avatar for Nyight
0
358
Member Avatar for veledrom

Hi guys, I accidently inserted "&nbsp;" into one column in mysql database. Column has one char length space as it is expected after insertion. However, in php code, I can not do this: None of these returns Yes. [code] if(substr($data, 0, 1) == "&nbsp;"){ echo "Yes"; } if(substr($data, 0, 1) …

Member Avatar for thebreadguru
0
221
Member Avatar for tAALz

I need to execute a .exe file located in C:\Program Files\ABC\test.exe on my windows machine using PHP. I have installed WAMPP/XAMPP to run PHP. I have tried the exec() system() shell_exec() but I'm unable to run the file. [B]Can someone help me with the exact code?[/B]

Member Avatar for chrishea
0
7K
Member Avatar for RyanDev

Hi, I have built a dynamic site with php and I'm new to URL rewriting. I want to rewrite every URL on my site. Example : [url]www.domain.com/example.php?id=300[/url] TO [url]www.domain.com/example/300[/url] So how can I do that ??? Thanks

Member Avatar for MooGeek
0
112
Member Avatar for raul8

I want to create a module that fetches images from directories and display it under the heading of directory_name. For this purpose which CMS is better.... Drupal, Wordpress or joomla..or something else? Thank You

Member Avatar for sam-i-am
0
68
Member Avatar for cyberprincess

Hello, Can anyone please help me straighten out this error? I've tried a few things, but cannot seem to solve it. I am getting a 500 Internal Server error on a Wordpress 2.8 blog. I cannot get any pages to show up, nor log in to the admin area. The …

Member Avatar for tami64
0
209
Member Avatar for applemist

i used the String.length(string) function in javascript to get the length of string but nothing happened. It doesn't give me a value when i tried to view the result using an alert function. Actually, this kind of problem does not only exist with the length function, it's also the same …

Member Avatar for sam-i-am
0
72
Member Avatar for Awah Mohamed

hello guys , this is my code which i am trying to use to sign up to test my database connection, so usually when i try to sign up it tells me there is something wrong on line 11 any way this is the code [CODE] <? $mysql_host = "mysql9.000webhost.com"; …

Member Avatar for Awah Mohamed
0
129
Member Avatar for aripurwahyudi

i have write a html code in dreamweaver i just make built in table in a form, by 4 coloumn and 2 row 1st row for the titling of part in row below each coloumn of second row containing 3-4 radio button that each radio button representation a value number …

Member Avatar for aripurwahyudi
0
825
Member Avatar for niths

hi all, i had a php page which contains a list of images in a table. When i click on submit button i those values should be inserted into database. I need this by using ajax. I had tried something but i am not getting values inserted into database. so …

Member Avatar for sam-i-am
0
154