841 Posted Topics
Re: 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 … | |
Re: 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] | |
Re: 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] | |
Re: [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 … | |
Re: could you please post some more of your code.. | |
Re: 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] | |
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. … | |
Re: 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 … | |
Re: 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() ... | |
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 … | |
Re: see this for detailed script: [url]http://www.tizag.com/phpT/fileupload.php[/url] | |
Re: 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; } … | |
Re: 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] | |
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 … | |
Re: [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. | |
Re: 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] | |
Re: 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] | |
Re: 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... | |
Re: Read seo tips and follow them and do hardwork on that.... | |
Re: check this: [url]http://www.informit.com/library/content.aspx?b=red_hat_linux7&seqNum=102[/url] | |
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 | |
Re: desc is a keyword, so change that name to any like desc1... and try... | |
Re: i think you want something like this: [url]http://www.w3schools.com/php/php_ajax_suggest.asp[/url] try this example... | |
Re: hey try w3schools.com...read ajax with php tutorial...its simple and understandable.. | |
Re: hello... check this url why your mailto is not working... [url]http://apptools.com/rants/mailto.php[/url] | |
you mean newsletters... that can be achieved by any server side scriptings...just browse google for free scripts... all the best. | |
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: see this: [url]http://www.999tutorials.com/tutorial-create-excel-files-with-php.html[/url] | |
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 … | |
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: 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]... | |
Re: 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... | |
Re: 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 … | |
Re: 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) { … | |
Re: > 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... | |
| |
Re: 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] | |
Re: 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 … | |
Re: 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] | |
Re: 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: … | |
Re: and also check this: [url]http://www.phpro.org/tutorials/Introduction-To-PHP-Sessions.html#13[/url] |
The End.