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.9K People Reached
Favorite Forums
Favorite Tags

15 Posted Topics

Member Avatar for PrinceyPaul

it all depends in your need. 1> Are you going to sell product with lot of variation sudggest cart -> magento 2> Are you going to customize the cart to a greater extent magento highly not suggested(unless you are keen with zend framework) 3> what is your budget free -> …

Member Avatar for Tania_3
0
2K
Member Avatar for zippee

[QUOTE=zippee;135072]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
827
Member Avatar for ichinpogs1

[QUOTE=ichinpogs1;1298207]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
314
Member Avatar for nikesh.yadav

the \n \t can only be used to format the source code but it can also be used to format the display if it is inside the <pre></pre> tag

Member Avatar for Stefano Mtangoo
0
20K
Member Avatar for pieterv

[QUOTE=pieterv;1335824]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

[QUOTE=ronaldpaul;1335302]I installed phpBB through Fantastico.... I didn't show any page when i pointed to my URL. But all the other scripts installed using fantastico (ex., wordpress, joomala, etc., etc.,) are working fine. Only phpBB is displaying blank page. But I need phpBB only. So pls help me to rectify this.[/QUOTE] …

Member Avatar for Nyight
0
371
Member Avatar for veledrom

if(stripos('cc'.$data,'&nbsp;')) { echo 'yes'; } //cc or any text is added in front because //stripos($data,'&nbsp;') will always return 0 ie. position of the string

Member Avatar for thebreadguru
0
236
Member Avatar for tAALz

have you tried passthru() it is similar to the system command. If it does not work then it is probable that these command are disabled by your hosting provider.

Member Avatar for chrishea
0
7K
Member Avatar for RyanDev

yes you are right you need to convert all your link to the desired format using php

Member Avatar for MooGeek
0
117
Member Avatar for raul8
Member Avatar for cyberprincess

[QUOTE=cyberprincess;1299175]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
218
Member Avatar for applemist
Member Avatar for sam-i-am
0
77
Member Avatar for Awah Mohamed

[QUOTE=the prince Awah;1299495]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 …

Member Avatar for Awah Mohamed
0
144
Member Avatar for aripurwahyudi

[QUOTE=aripurwahyudi;1297194]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
842
Member Avatar for niths

[QUOTE=niths;1298556]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
161

The End.