841 Posted Topics
Re: see this for reference: [url]http://www.x-code.com/vdaemon/samples/registration.php[/url] [url]http://php.about.com/od/finishedphp1/ss/php_login_code_2.htm[/url] | |
| |
Re: So many tips are there and so much hard work has to do... Then only we will achieve it.. Some tips are: 1.Make your site to look gud and better.. 2.Try to sit end user in your site for some time by adding some interesting messages with good desiging.. 3.include … | |
Re: try: [code=javascript] var d=document.form1; var v=d.inputname.value; alert(v); [/code] | |
Re: hi praveen check this once: [code=php] <?php // Initialize the session. // If you are using session_name("something"), don't forget it now! session_start(); // Unset all of the session variables. $_SESSION = array(); // If it's desired to kill the session, also delete the session cookie. // Note: This will destroy … | |
Re: ya .you have to create message table in your database..and when user send message,write insert query at backend with sender id and receiver id... then you can view that messages based on that receiver id... tel me you have any login provided in your site,if post your table format.. | |
Greetings For all..... I have number of products in mysite...I want to show short url for all my products in my site...How to make them dynamically...Is there any thirdparty tool??? Or any information would be appreciated.. Thanks in advance.... Shanti.. ![]() | |
Re: [QUOTE=web3;1055991]I can't access my old hosting account. I don't now my username. I now the domain and can i see PHP code on one page.[/QUOTE] No, you can't see php code from browser...You need to have your site files...the you can see... all php code is translated as HTML code … | |
Re: I am a web developer and designer too and i have very good experience with php... | |
Hai Every one... Im totally new to X-cart open source .Its a e-commerce source actually..And my company needs to create a shopping cart with x-cart.. Any suggestions , tips on this will always welcome... thank you, shanti.. | |
| |
Im shanti.. I am developing one dynamic site , here my product display page is like products.php?prod_id=1 It means the products under first category are displayed.. but i want my url like products/categoryname.html..something like this, with my category name...which will spiderable format.. Please help me to do this... All helps … | |
Re: So many tips are there and so much hard work has to do... Then only we will achieve it.. Some tips are: 1.Make your site to look gud and better.. 2.Try to sit end user in your site for some time by adding some interesting messages with good desiging.. 3.include … | |
Re: [url]www.w3schools.com[/url] is best for beginners... | |
Re: see this link will help you: [url]http://www.zend.com/zend/spotlight/code-gallery-wade1.php[/url] | |
Re: hai... First you need to decide which payment gate way to be used in your/clients web site..Then register with that website service.. then they will tel you the way to create gatway connection from our site to payment website... if also you got the code for payment gateway , its … | |
Hello all... Can i write all my site pages such as index.htm, support.htm,contact.htm .. etc to [url]www.mysite.com[/url] with URL Rewriting.. Please help on this.. Thanks in Advance.. | |
Re: just echo this line and execute that query on your database area [code]$query = "SELECT * FROM contacts WHERE id = '$id'"; [/code] or post your table structure.. | |
Re: In your code change this line [icode]$HTTP_POST_FILES['image']['name'][/icode] to [icode]$_FILES['image']['name'][/icode] .. Or check your folder path.. or post your required code... | |
Re: see this url: [url]http://www.hollowearth.co.uk/tech/php/email_attachments.php[/url] | |
Re: what you have written in delete_user.php file... And your div tag is not closed properly.. Post delete_user.php file data.. | |
Re: the try this: [code] RewriteRule ^login$ login.php?req=preview&login_name=$1 [/code] or [code] RewriteRule ^([^.]+[^/])$ login.php?req=$1 [/code] If this is not your solution , then tel me clearly... | |
Good Morning All.. How to do coding for code tags , when we post a thread..And the display the content between the code tags with different color using PHP.. Thanks in Advance. Shanti. | |
Re: As i know , i got this information for your 3 rd question: [icode]you need to look at what makes each engine unique: myisam -- fast for reading and inserting, table level lock which makes it not suitable for transactions innodb -- fast for updating and most suitable for transactions … | |
| |
Re: [url]http://www.mypunbb.com[/url] [url]http://invisionfree.com[/url] | |
Re: [url]http://www.findistore.com/can-i-get-a-simple-php-code-to-measure-how-many-words-per-minute-someone-can-type[/url] | |
Re: try like this: [code] echo date('d-m-Y',strtotime('03-Feb-09')); [/code] | |
Hello.. I want to compare my database date with current system date and i can do some oprations by that.. Wating ... Shanti | |
Re: i have tried this.. its worked fine for me... [code] Options +FollowSymlinks RewriteEngine on RewriteCond %{HTTP_HOST} ^mysite\.com [NC] RewriteRule ^(.*)$ http://www.mysite.com/$1 [R=301,L] [/code] | |
Re: refer these links: [url]http://www.trap17.com/index.php/php-quiz-script_t8729.html[/url] [url]http://answers.yahoo.com/question/index?qid=20070924180915AAnqdPM[/url] [url]http://www.configure-all.com/fusebox.php[/url] | |
Re: i think you are using two else loops here .. one is on line : 103 and another one is on line 149. And you just forget to close your second else loop.. You loop structure is not good... Concentrate on those... And use code tags by next time.... | |
Re: Don't use this statement [icode]$row=mysql_fetch_array($result);[/icode] twice in your code... Just remove first one , then you will find your expected result... | |
Re: If you have a long number of mails in your db, then it is better to use sleep function to avoid overload of server.... Read more about this on gooogle..... | |
Re: And one more thing php mail function is very easy to send any emails as notifications and circulars to your company employees... And you can have your employee daily work reports in your data base is very important and with php these all are easy to develop as a software... … | |
Re: use this[icode]echo $errormessages ['nosearch'];[/icode] instead of [icode]$_GET['nosearch'];[/icode] If my answer is not reached your question, be more clear... | |
Re: You can create an account with them to access their service [URL="https://www.paypal.com/in/cgi-bin/webscr?cmd=_flow&SESSION=BIgGazPl4X324hxcJGue5gveeTyUdXJngXN5ewABBVwCdy9aRdt6WuVDYBO&dispatch=5885d80a13c0db1fa798f5a5f5ae42e71cf8ee1e360382336fe24cc0d575d12c"]here[/URL]... Or go for help [URL="https://www.paypal.com/helpcenter/main.jsp;jsessionid=JnqdrJvV75H7yvyj5y84SyhSpyWp3X5jKwz1plvrWRYhRK3n2Yqy!-2042167574?t=browseTab&ft=browseTab&opentopic=800040&topicName=Getting+started&topicTreeId=null&showcontent=true&lstLanguageResults=en_US&locale=en_US&_dyncharset=UTF-8&countrycode=US&cmd=_help&serverInstance=9006"]here[/URL].... | |
Tel me any good explanation about [icode]"if-modified-since http header" [/icode]. and how to use it in our web sites????? | |
Hello... Good Morning All... How to hide all query strings in my url and here i can't use hidden variables for these all because in all times i couldn't send them with form submission..And my page is having four query strings to be sent... If any body have any clues … | |
Hello Friends... Now Im working on URL Rewriting... I got them worked..But i have few doubts about this concept... Any Experts will reply me here.. My leftproducts.php page have some times s_id query string and some times along with s_id , start query string also.. means sometimes: [code] www.something.com/leftproducts.php?s_id=1 [/code] … | |
Re: Mine Is [B]Shanti[/B].. its is my name...i like this word because of my good attitude.... and talent... | |
Re: [URL="http://www.igoogle.com"]igoogle[/URL] is the best example for ajax sites.... links below: [url]http://miniajax.com/[/url] [url]http://www.w3schools.com/PHP/php_ajax_database.asp[/url] [url]http://www.ibm.com/developerworks/opensource/library/os-php-rad1/?ca=dgr-btw48Ajax[/url] [url]http://johnwiseman.ca/blogging/tutorials/creating-a-mysql-connection-with-phpajax/[/url] [url]http://www.smashingmagazine.com/2007/01/26/tutorials-round-up-ajax-css-javascript-php-mysql-and-more/[/url] | |
Hello there... Any body help me to fix this problem regarding .htaccess I have written this code to convert my url from .php to .html [code]RewriteEngine on RewriteRule shopping/leftproducts/([^/]+).html$ /shopping/leftproducts.php?c_id=$1 [L][/code] but this couldn't work for me... i coundn't find where the problem occurs.. My url is like : [code] … | |
| |
Re: you forget to put comma after this line: [code] `title` VARCHAR( 255 ) NULL [/code] that will fix your problem... very silly, check out all possibilities for errors and finally you shoul post your question here.. k.all the best. | |
Re: try like this: [code] "INSERT INTO `wall` (`user`, `from`, `content`, `date`) VALUES(.............etc. [/code] | |
Re: that will available on internet... go and check them... [url]http://www.google.co.in/search?hl=kn&q=free+hit+counter&btnG=Google++%E0%B2%B9%E0%B3%81%E0%B2%A1%E0%B3%81%E0%B2%95%E0%B2%BE%E0%B2%9F&meta=&aq=f&oq=[/url] |
The End.