841 Posted Topics

Member Avatar for syarmil

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]

Member Avatar for Stefano Mtangoo
0
422
Member Avatar for Aun Roy
Member Avatar for dawn.visp
0
212
Member Avatar for OmniX

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 …

Member Avatar for seofriend01
0
653
Member Avatar for lydia21

try: [code=javascript] var d=document.form1; var v=d.inputname.value; alert(v); [/code]

Member Avatar for mehrab
0
281
Member Avatar for praveen_dusari

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 …

Member Avatar for quadrant
0
216
Member Avatar for prashanth18

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..

Member Avatar for FlashCreations
-1
108
Member Avatar for Shanti C

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..

Member Avatar for diafol
0
87
Member Avatar for web3

[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 …

Member Avatar for Atli
0
103
Member Avatar for Dani
Member Avatar for anuj_sharma
2
762
Member Avatar for Shanti C

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..

0
108
Member Avatar for alxwm
Member Avatar for Shanti C

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 …

Member Avatar for ultras1
0
414
Member Avatar for tigtag

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 …

Member Avatar for ayoungpretender
-1
628
Member Avatar for MitkOK
Member Avatar for aran87

see this link will help you: [url]http://www.zend.com/zend/spotlight/code-gallery-wade1.php[/url]

Member Avatar for make.rohit
0
733
Member Avatar for Rakesh Nagekar

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 …

Member Avatar for Shanti C
0
108
Member Avatar for Shanti C

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..

Member Avatar for Aamit
0
100
Member Avatar for san_cash

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..

Member Avatar for san_cash
0
162
Member Avatar for coolmind259

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...

Member Avatar for eriksank
0
121
Member Avatar for 3DProf4online

see this url: [url]http://www.hollowearth.co.uk/tech/php/email_attachments.php[/url]

Member Avatar for AyuBan
0
1K
Member Avatar for JimD C++ Newb

what you have written in delete_user.php file... And your div tag is not closed properly.. Post delete_user.php file data..

Member Avatar for ShawnCplus
0
96
Member Avatar for coolmind259

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...

Member Avatar for cwarn23
0
129
Member Avatar for Shanti C

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.

Member Avatar for Shanti C
-1
149
Member Avatar for bas_brain

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 …

Member Avatar for Shanti C
0
137
Member Avatar for kings
Member Avatar for kings
0
132
Member Avatar for dor88keys
Member Avatar for foryounow
0
1K
Member Avatar for qinazaza

[url]http://www.findistore.com/can-i-get-a-simple-php-code-to-measure-how-many-words-per-minute-someone-can-type[/url]

Member Avatar for Will Gresham
0
995
Member Avatar for BASSUHG

try like this: [code] echo date('d-m-Y',strtotime('03-Feb-09')); [/code]

Member Avatar for BASSUHG
0
191
Member Avatar for Shanti C

Hello.. I want to compare my database date with current system date and i can do some oprations by that.. Wating ... Shanti

Member Avatar for Shanti C
0
157
Member Avatar for alexgv14

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]

Member Avatar for Shanti C
0
362
Member Avatar for bchand25

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]

Member Avatar for SunnyY
0
156
Member Avatar for rohnni

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....

Member Avatar for peter_budo
0
198
Member Avatar for prawin@123
Re: help

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...

Member Avatar for ahmksssv
0
91
Member Avatar for kevin wood

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.....

Member Avatar for kevin wood
0
188
Member Avatar for deesudesu

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... …

Member Avatar for Shanti C
0
109
Member Avatar for theimben

use this[icode]echo $errormessages ['nosearch'];[/icode] instead of [icode]$_GET['nosearch'];[/icode] If my answer is not reached your question, be more clear...

Member Avatar for Shanti C
0
201
Member Avatar for ahmksssv

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]....

Member Avatar for ahmksssv
0
267
Member Avatar for Shanti C

Tel me any good explanation about [icode]"if-modified-since http header" [/icode]. and how to use it in our web sites?????

Member Avatar for Shanti C
0
92
Member Avatar for Shanti C

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 …

Member Avatar for Shanti C
0
5K
Member Avatar for Shanti C

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] …

Member Avatar for Shanti C
0
343
Member Avatar for mmmmmmmmmmmm

Mine Is [B]Shanti[/B].. its is my name...i like this word because of my good attitude.... and talent...

Member Avatar for ahihihi...
0
308
Member Avatar for zandiago
Member Avatar for sarithak

[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]

Member Avatar for uncle_smith
0
125
Member Avatar for Shanti C

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] …

Member Avatar for Shanti C
0
475
Member Avatar for Doctor Inferno
Member Avatar for darcee
Member Avatar for >shadow<
Member Avatar for serdas

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.

Member Avatar for almostbob
0
91
Member Avatar for jakx12

try like this: [code] "INSERT INTO `wall` (`user`, `from`, `content`, `date`) VALUES(.............etc. [/code]

Member Avatar for Shanti C
0
74
Member Avatar for damacatak

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]

Member Avatar for MidiMagic
0
163

The End.