841 Posted Topics

Member Avatar for Stella01

hello.. Are you asking about general function or php functions?? okay, Generally functions are used to re usability of some piece of code.Means if you write some code in your function , then you can call that function where ever you want ...you just call that function instead of re-writing …

Member Avatar for Shanti C
0
58
Member Avatar for RuneMan

and also try these lines and tel me what you got there: [code] echo $r="SELECT * FROM `accounts` WHERE `name` = '" . $username . "'"; $result = mysql_query($r); [/code]

Member Avatar for RuneMan
0
108
Member Avatar for r_sathya

Save the variables in a session... Then, check for the session, if it is present, reload the session vars into the form. or check this: [url]http://www.daniweb.com/forums/thread78707.html[/url] [url]http://www.usenet-forums.com/php-general/44005-form-retain-info-back.html[/url]

Member Avatar for Shanti C
0
97
Member Avatar for sahdev86

[QUOTE]but i oni cn c apartment name, room no, email n quntity in da db so hw da admin cn noe wt food the user order.....now i wan all da info enter in db so tat admin cn all da info n deliver da food.[/QUOTE] For this , you already …

Member Avatar for Shanti C
1
134
Member Avatar for NRaf
Member Avatar for harveymendoza@r

there are so many resources over the internet with code.. .try to make search on google.. here are some links: [url]http://www.osresources.com/6_1_en.html[/url] [url]http://labs.silverorange.com/archive/2003/september/simplecsstabs[/url] [url]http://www.dynamicdrive.com/style/csslibrary/item/css-tabs-menu/[/url] [url]http://www.cssplay.com/[/url]

Member Avatar for Shanti C
0
36
Member Avatar for Shanti C

Hello Every Body I Am Using PHP AND JAVASCRIPT i am using two images on my page at run time 1. first i drag one image on another 2. after that i write some text using a prompt box which is written on the dragged image at run time 3. …

Member Avatar for Shanti C
0
102
Member Avatar for yasmena

hello,, In img tag, the src is to have an image source like mylogo.gif etc...you can't pass an php page name..if you want to make that image clickable then,put it in to anchor tag or put onClick method on that image tag.... or write your line like this way: [code]<a …

Member Avatar for R0bb0b
0
70
Member Avatar for Mylena

i think you can't get the java script function values by this way: $_GET[v]. if you want to send javascript values to php try this way: [code] function showhide1(x) { d.action="yourpage.php?v="+x; d.submit(); } [/code] And the you can get the function value by $_GET['v']; then pass it to [I][/I]N() ...

Member Avatar for Shanti C
0
114
Member Avatar for Shanti C

Im developing a web page, where i can drag one image upon another background image and merge them... my problem is , i want to know the position of dragged image by the user.. im using php and javascript functions to develop this... please anybody know about this ..please get …

Member Avatar for Shanti C
0
112
Member Avatar for helpless_101

see this for detailed script: [url]http://www.tizag.com/phpT/fileupload.php[/url]

Member Avatar for helpless_101
0
105
Member Avatar for cali_dotcom

hello i have changed your code,its works fine now.. [code=php] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <script language="javascript"> function validate_form( ) { var d=document.search_form; if (d.keyword.value=="") { alert ( "Please type in a keyword." ); return false; } …

Member Avatar for scru
0
79
Member Avatar for ravi.prateek

check these urls for css versions: [url]http://escience.anu.edu.au/lecture/comp1710/CSS/versions.en.html[/url] [url]http://reference.sitepoint.com/css/csshistory[/url] And see for css positioning: [url]http://www.barelyfitz.com/screencast/html-training/css/positioning/[/url] [url]http://webdesign.about.com/od/advancedcss/a/aa061307.htm[/url]

Member Avatar for ravi.prateek
0
118
Member Avatar for Shanti C

hello all... At my project , need for creating cards online..In detail , i have provided the users with some back grounds,images and text...then user make a card by selecting the backgrounds,images, resizing them,entering text into that final image... To do this , my completed work is : i made …

Member Avatar for ~s.o.s~
0
113
Member Avatar for FlashCreations

[URL="http://www.oracle.com/technology/sample_code/tutorials/bc4jvsm/struts/impl.htm"]This page [/URL]covers the .do extension pretty well. It's a Java/Struts/JSP thing.

Member Avatar for FlashCreations
0
148
Member Avatar for r.ranu1

Javascript cannot connect to a database, but you can make a request to a server-side page which does so using javascript (known as AJAX). or check this for reference: [url]http://michaelsync.net/2006/06/14/javascript-working-with-database[/url] [url]http://www.daniweb.com/forums/thread84847.html[/url]

Member Avatar for anuj_sharma
0
81
Member Avatar for corvette

check these urls: [url]http://www.designstop.com/ideas_section/general/ideagen.htm[/url] [url]http://www.markfoster.org/suggestions.html[/url] [url]http://www.united-church.ca/local/it/web/planning[/url]

Member Avatar for corvette
0
80
Member Avatar for virspy
Member Avatar for kaka22

check these urls: [url]http://www.phptutorial.info/[/url] [url]http://www.beginnersphp.co.uk/[/url] [url]http://www.homeandlearn.co.uk/php/php.html[/url] Both are best... but php is simple to learn and open source...I also chose php...

Member Avatar for Shanti C
0
87
Member Avatar for yasmena
Member Avatar for lipsigprice
Member Avatar for hirts_gal

check this: [url]http://www.informit.com/library/content.aspx?b=red_hat_linux7&seqNum=102[/url]

Member Avatar for hirts_gal
0
115
Member Avatar for Shanti C

Hello Friends... Tell me how to store my product information in xml file using php ... Is this is a replacement of my database... Please tell me any information on this... Thanks in Advance.. Shanti

Member Avatar for R0bb0b
-1
207
Member Avatar for rickya100
Member Avatar for rickya100
0
106
Member Avatar for agz86

i think you want something like this: [url]http://www.w3schools.com/php/php_ajax_suggest.asp[/url] try this example...

Member Avatar for ashwintesting
0
82
Member Avatar for phpsnook
Member Avatar for architact
Member Avatar for omesanni
Member Avatar for Shanti C
0
98
Member Avatar for andy_aphale

hello... check this url why your mailto is not working... [url]http://apptools.com/rants/mailto.php[/url]

Member Avatar for Shanti C
0
83
Member Avatar for Shanti C

you mean newsletters... that can be achieved by any server side scriptings...just browse google for free scripts... all the best.

0
75
Member Avatar for Aun Roy

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 phoenix06007
0
183
Member Avatar for mohammed2raja

see this: [url]http://www.999tutorials.com/tutorial-create-excel-files-with-php.html[/url]

Member Avatar for Shanti C
0
107
Member Avatar for Shanti C

Hello Friends... I am completely newbie to XML..And I am a php developer... I heard that XML can be used in the replacement of our databases...Is it right??? What is the purpose of XML to be used in our project....What are the advantages and disadavantages of XML...And How to use …

Member Avatar for Shanti C
0
102
Member Avatar for harvestre

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 Trivani1
0
245
Member Avatar for phpsnook

As i know Use multiple-row INSERT statements to store many rows with one mysQL statement is the best..... For more information visit [URL="http://sqldbpool.wordpress.com/2008/03/24/mysql-optimization-tips/"]this[/URL]...

Member Avatar for phpsnook
0
131
Member Avatar for Ayobami

yes HTML is basic, start your learning with HTML , CSS... And then switch to server side scripting technologies... [url]www.w3schools.com[/url] is the best site for beginners...

Member Avatar for nikesh.yadav
0
112
Member Avatar for Tony0930

If you’ve mastered HTML, you’re 90% of the way towards using XHTML. They’re actually very much the same thing—tag-based markup languages used to display Web pages. The difference is only seen by the people creating the pages (Web designers, programmers, etc.) and focuses on “forgivability”— HTML allows for some ugly …

Member Avatar for nikesh.yadav
0
100
Member Avatar for aksharma

can you post some of your code... or try this example: this will disable text box,select box by using div id.. [code=javascript] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <script type="text/javascript"> function toggleAlert() { toggleDisabled(document.getElementById("content")); } function toggleDisabled(el) { …

Member Avatar for nikesh.yadav
0
3K
Member Avatar for Karaten

> To add one just do as follows <html> <head> <title>Page Title</title> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> </head> //Rest of the page code > end quote. I have just tried that code ...but i can't seen that icon on my address bar... Please help me...

Member Avatar for Shanti C
0
94
Member Avatar for Shanti C

Hello Friends... Tell me how to store my product information in xml file using php ... Is this is a replacement of my database... Please tell me any information on this... Thanks in Advance.. Shanti

Member Avatar for Shanti C
0
102
Member Avatar for ptwoms

Welcome to Daniweb... You will definetly find good experience here....

Member Avatar for LabASSistant
0
187
Member Avatar for malcolmsmith26
Member Avatar for Sam optimizer
Member Avatar for LabASSistant
0
35
Member Avatar for ramavundela
Member Avatar for sharkymo
Member Avatar for ribot

try this: [code=php] <html> <body> <? echo 'Post data: ' . $_POST['test'] . '<br>'; echo 'Get data: ' . $_GET['test'] . '<br><br>'; //header("location:pageurl.php"); ?> <form method="post" action="pageurl.php"> <input name="test"> <input type="submit"> </form> <a href="pageurl.php?test=hi">This page</a> </body> </html> [/code]

Member Avatar for ribot
0
101
Member Avatar for Suneetha Reddy

hi sunee.. image shadow means a shadow that is preceding below the image as shown in the following link: [url]http://alistapart.com/articles/cssdropshadows[/url] and example code to make shadow to an image is: [code=css] .img-shadow { float:left; background: url(shadowAlpha.png) no-repeat bottom right !important; background: url(shadow.gif) no-repeat bottom right; margin: 10px 0 0 10px …

Member Avatar for Shanti C
0
68
Member Avatar for cwarn23

hello find these : [url]http://www.ultrashock.com/tutorials/flashmx2004/as2-01.php[/url] [url]http://www.adobe.com/support/flash/action_scripts/actionscript_tutorial/[/url] [url]http://www.devarticles.com/c/a/Flash/What-is-ActionScript/[/url]

Member Avatar for Shanti C
0
94
Member Avatar for pletch99
Re: Help

I found several mistakes on your code..like: [QUOTE]<form onreset="alert('The form will be reset')"> [/QUOTE] where did you closed this form.. and i think you don't use form in another form..if you want use more forms in your page..use them after closing the first form.. And for all types of validations: …

Member Avatar for Shanti C
0
122
Member Avatar for mohammed2raja

and also check this: [url]http://www.phpro.org/tutorials/Introduction-To-PHP-Sessions.html#13[/url]

Member Avatar for Shanti C
0
103

The End.