Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #2K
~26.7K People Reached
Favorite Tags

21 Posted Topics

Member Avatar for codeblock
Member Avatar for pyro 214

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

Member Avatar for Ancient Dragon
0
1K
Member Avatar for aan160

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.

Member Avatar for innocentlogic
0
197
Member Avatar for WolfShield

well for me C++ is the basic of all. i would never learn such algorithms and logics without it in other languages.

Member Avatar for Netcode
0
1K
Member Avatar for Rhamises

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 …

Member Avatar for jingda
0
87
Member Avatar for calebcook

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

Member Avatar for calebcook
0
1K
Member Avatar for Ingska
Member Avatar for Ingska
0
313
Member Avatar for Danny159

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

Member Avatar for Danny159
0
111
Member Avatar for Farhad.idrees

you mean, you can only accept one item at a time? not multiple items?

Member Avatar for Rhamises
0
109
Member Avatar for Mohan_dhawle

u mean calling the value from the database? [url]http://w3schools.com/php/php_mysql_select.asp[/url]

Member Avatar for diafol
0
93
Member Avatar for Rhamises

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

Member Avatar for diafol
0
159
Member Avatar for Rhamises

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

Member Avatar for karthik_ppts
0
188
Member Avatar for zack654
Member Avatar for soomro_moon

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 " ; "

Member Avatar for Rhamises
0
203
Member Avatar for Emma Johns

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

Member Avatar for diafol
0
118
Member Avatar for stephen_UK

[url]http://php.net/manual/en/function.session-register.php[/url] try using session_register.

Member Avatar for Rhamises
0
142
Member Avatar for heshanm

add this on the top of your page [CODE]error_reporting(0);[/CODE] i do that if some notices or warnings occurs.

Member Avatar for heshanm
0
185
Member Avatar for wachichornia

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

Member Avatar for wachichornia
0
225
Member Avatar for rakwel10

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 …

Member Avatar for rakwel10
0
335
Member Avatar for shaiyatoplist

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.

Member Avatar for Rhamises
0
149
Member Avatar for mrhankey

anywhere. you can insert it anywhere in your page as long as it is bottom of the page. just experiment it.

Member Avatar for Rhamises
0
137

The End.