- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
15 Posted Topics
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 -> …
[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 …
[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 = …
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
[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 …
[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] …
if(stripos('cc'.$data,' ')) { echo 'yes'; } //cc or any text is added in front because //stripos($data,' ') will always return 0 ie. position of the string
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.
yes you are right you need to convert all your link to the desired format using php
According to me wordpress is the easiest cms ever.
[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 …
have you tried [CODE] text='abchefgh'; alert(text.length); [/CODE]
[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 …
[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 …
[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 …
The End.
sam-i-am