Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~3K People Reached
Favorite Tags
Member Avatar for nats01282

im trying to create a form that redirects the user to anther page and also stores the information in the database. here is the code [CODE]<?php mysql_connect("localhost", "DBname", "Password") or die(mysql_error()); mysql_select_db("DBname") or die(mysql_error()); // Retrieve all the data from the table $result = mysql_query("SELECT * FROM players") or die(mysql_error()); …

Member Avatar for nats01282
0
187
Member Avatar for jacob21

Hello friends, I am new in php.I need your help in sending sms through HTTP. Could you suggest me what to do?

Member Avatar for mbarandao
-1
135
Member Avatar for saira-nazir

i want to use if within while loop plz check it out and point out the mistake [CODE]$n=2; $e=8; $n=$e; while ($n<=$e) { if ($n%2=0) { echo"result is " .$n $n=$n+1; } else { echo "invalid"; } }[/CODE]

Member Avatar for diafol
0
104
Member Avatar for JerieLsky

Hi, i don't know if i'm in the right category in posting this thread. I'm only newbie in creating webpages. I created just a simple web page made from wamp server(php & mysql), now I just want to try how to deploy it, like posting it in a free web …

Member Avatar for sudeepjd
0
227
Member Avatar for motters

hello every one i am new to c# though i am a php developer look at mastering a new lanugage so i fort it would be cool to make a windows mobile 7 app so i am start to learn the basic and have done pritty well. i have dabbled …

0
113
Member Avatar for motters

hi i am doing some research into LDAP and php is there any where i can learn how to uses LDAP systems like how to fetch info from in and into my php form and LDAP login systems like tutorial videos pages thanks any help is great [B]i do not …

Member Avatar for Tekkno
0
74
Member Avatar for motters

hi does any one know why this code won't display my links [CODE] <div id="columnRight"><div id="innerColumnRight"> <div class="marginBox"> <h1>Second Menu</h1> <!-- Vertical Navigation Start --> <div id="navVertical"> <ul> <?php do { ?> <?php echo '<li><a href="'. $row_website_domain['website_domain'] . 'content.php?id=' . $row_side_bar['id'] . '">' . $row_side_bar['title'] . '</a></li>'; ?> <?php } …

Member Avatar for motters
0
102
Member Avatar for motters

hi all i want to do is hide links when the user is not login in. i thought i could do it this way but it gave me a error [CODE] <?php if $_SESSION['MM_Username'] isset { echo 'members area'; // i would put a link here } else { echo …

Member Avatar for motters
0
926
Member Avatar for motters

hi i have a contact form that i want to submit to a dater base and here is my code to do that [CODE] <?php require_once('Connections/mywigan.php'); ?> <?php if (!function_exists("GetSQLValueString")) { function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "") { $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue; $theValue = …

Member Avatar for motters
0
114
Member Avatar for motters

hi can any one tell me how to make a profile page for my website i have been tring for a bit but just can not do it sort of new to php. i have a dater base called clubwigan with a table in it called wigan_users in that table …

Member Avatar for Fbody
0
335
Member Avatar for Eric^^

Help!!!!! If i am installing anything then comes the BlueScreen error and then computer make a restart. Help plzzz!!!

Member Avatar for motters
0
90
Member Avatar for motters

hi i am quite new to php and have made a php page still in develpment. but i have come across a problem. i need a login for uses and admins. i fell that that is a bit over my head because of all the hacking problems. do you know …

Member Avatar for cwarn23
0
105
Member Avatar for motters

delet p-lease did not mean to add already got a post up on same subject SORRY!!! origan post [url]http://www.daniweb.com/forums/post1110097.html#post1110097[/url]

0
225
Member Avatar for motters

hi this may sound simple but i can not get it to work i have try for about 5-6 weeks now and this my last hope all my project is to make a job dater base that workers can add jobs and cliences can see there job but i am …

Member Avatar for motters
0
233