- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
21 Posted Topics
Re: [CODE]<?php error_reporting(0); ?>[/CODE] is the solution | |
Re: hehe go for information technology which covers programming, networking and multimedia. :) there, you can develop your system alone. you can program, use your networking skills and designing skills. all in 1 | |
Re: go for programming. networking is easy to learn than programming. networking is not that complicated compared to programming. i learned networking by myself. :) but programming, needs lots of time to develop your creative thinking for algorithms. | |
Re: well for me C++ is the basic of all. i would never learn such algorithms and logics without it in other languages. | |
Well, i bought a new set of computer nvidia geforce9500 1000mb 2gig of RAM 500gb hdd emaxx motherboard. i cloned it from the other computer with same specs (all is the same except the casing which doesn't matter). now my problem is, when i tried playing games in this new … | |
Re: interview the one who makes this kind of food.:) then you can formulate your own formula. it is like a simple math then. :) use if statements or loops or if there is a patter then use and equation. if there is no equation. if input == 1 then 1tblespoon; … | |
Re: [url]http://www.php.net/manual/en/function.number-format.php[/url] | |
Re: if your problem is you're lazy doing one by one codes, uhm, i don't think i can help you but this is my solution [CODE] <select name=uktowns> <option value=0>uk town 1</option> <option value=1>uk town 2</option> </select> [/CODE] continue it until you have entered all the uk towns. uk towns eh? … | |
Re: you mean, you can only accept one item at a time? not multiple items? | |
Re: u mean calling the value from the database? [url]http://w3schools.com/php/php_mysql_select.asp[/url] ![]() | |
[url]http://ouraubie.com[/url] try logging in my site using (username: user password: user). the script do not redirect. my code is: [CODE]header('Location: ../index.php');[/CODE] i tried using my "Location: ".URL."" but stil it doesn't work here. ![]() | |
[url]http://ouraubie.com[/url] please check out my site. the link is located at the first line of my post. that's my error. and then the line 44 contains: [CODE]include ("/view/login.php");[/CODE] it worked here using xampp but after uploading it, that warnings comes out. i figured out some RULES that a "session_start();" must … | |
| |
Re: i have encountered some stuffs like new version of xampp doesn't read <? as opening of php code . it reads as <?php then another thing your echos don't end at " ; " | |
Re: [url]http://w3schools.com[/url] that's where i learn the basics. for 1 month, i made an enrollment system and inventory and sales system out of it. ![]() | |
![]() | Re: [url]http://php.net/manual/en/function.session-register.php[/url] try using session_register. |
Re: add this on the top of your page [CODE]error_reporting(0);[/CODE] i do that if some notices or warnings occurs. | |
Re: [CODE] $delete_temp_query=("DELETE FROM temporary where contactemail='".$emailcheck."'"); $delete_temp=($delete_temp_query) or die(mysql_error());[/CODE] look at the dots that enclosed the $emailcheck variable. this is the right one try this. [CODE] $delete_temp_query=("DELETE FROM temporary where contactemail='$emailcheck'"); $delete_temp=($delete_temp_query) or die(mysql_error());[/CODE] | |
Re: use the $_REQUEST thingy. on the links use [CODE] //do your thing in connecting to your database. $blah_result = mysql_query("SELECT .... "); while($bla_row = mysql_fetch_array($blah_result)) { //look at the url of the a href. <a href="profile.php?id=<?php $blah_row['stud_id'] ?>"> <?php echo $blah_row['stud_name'];</a> } [/CODE] on the profile.php [CODE] //this will accept … | |
Re: i cannot understand ur problem. can u please rephrase it? and btw, use plain background. or a simpler one. not this, it is kinda heavy. | |
Re: anywhere. you can insert it anywhere in your page as long as it is bottom of the page. just experiment it. |
The End.