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
~1K People Reached
Favorite Forums
Favorite Tags

7 Posted Topics

Member Avatar for mybluehair

You got the general idea. to send a variable through a url you do as u showed: mysite.com/php_file.php?myfirstvariable=22 now in the php file u r using where you want to retrieve that variable you must $_GET it! : $variable=$_GET['myfirstvariable']; $variable will now have the value 22

Member Avatar for mschroeder
0
203
Member Avatar for Member #805952

[QUOTE=bben95;1299158]Hey everyone I'm new to php and I was wondering what does the * mean in php? I tried to search for it on google but it searches for anything if I put in a * Is that what it means in php? anything?[/QUOTE] what do you mean? like what's …

Member Avatar for Member #805952
0
106
Member Avatar for surfgrommett

Hey guys. This is driving me crazy. I can't see any code problems and I had another friend look and neither can he. EVERYTHING works PERFECTLY...all echos work right and everything and no errors get returned..the problem is $query4 and $query5 appear to do nothing..though i get no error..i get …

Member Avatar for metalix
0
330
Member Avatar for mitch9654

Put your output in a string. $test='The <font> tag is awesome'; print $test;

Member Avatar for mitch9654
0
110
Member Avatar for surfgrommett

Hi guys. First I have spent awhiel trying to find an answer for this online and haven't been able to. I have defined a variable ($new) in the beginning of my page. to test that is IS defined right i echo'd it...im using nested if statements to check thing. in …

Member Avatar for surfgrommett
0
119
Member Avatar for surfgrommett

OK I have made a little progress and now face something else. I will paste my code here. OK here goes. I am loading a php page from another page by clicking on a table row. This table is filled with data from mysql. When i click on a row …

Member Avatar for surfgrommett
0
165
Member Avatar for surfgrommett

Hi. I know my description wasn't good but let me try to explain what I want to do. I have two tables on a page, both are inside of iframes (because i need scrolling) table one is filled with day, date, story, and chapter info for a set of stories. …

Member Avatar for Member #120589
0
117

The End.