Search found 63 matches

by Cateyes
Mon Jun 21, 2004 10:59 am
Forum: PHP - Code
Topic: flash to php PARTIALLY SOLVED
Replies: 24
Views: 2382

Thanks Feyd your way is easier, but now I was wondering how to take each value and pass to a variable an example would be something like this $alias = $['alias'];, there are 6 values to pass alias, name, profile, age, weapon, quote Again here is my existing code. <HTML> <HEAD> <TITLE>Meamebers Searc...
by Cateyes
Mon Jun 21, 2004 10:52 am
Forum: PHP - Code
Topic: flash to php PARTIALLY SOLVED
Replies: 24
Views: 2382

Scratch that last post I can be so stupid some days I forgot I made changes to my code to only display the id was up till almost 5 in the morning no wonder stupid mistakes happen.
by Cateyes
Mon Jun 21, 2004 10:49 am
Forum: PHP - Code
Topic: flash to php PARTIALLY SOLVED
Replies: 24
Views: 2382

OK now that I feel totally stupid but thans to all you people that helped Phenom your last post I think woke me up sure felt stupid but relieved that it fetches a result. Now I need to get it to post the whole row that matched the result I have 8 columns in 1 row right now it just returns the result...
by Cateyes
Sun Jun 20, 2004 11:41 pm
Forum: PHP - Code
Topic: flash to php PARTIALLY SOLVED
Replies: 24
Views: 2382

Well I Put the code in and nothing happens just this same page with no results. This is the page that displays. I have tried all 29 id number as well as 29 alias and no matches.

Search Results

Click here to go back to the search page.
by Cateyes
Sun Jun 20, 2004 9:24 pm
Forum: PHP - Code
Topic: flash to php PARTIALLY SOLVED
Replies: 24
Views: 2382

Just trying to find one user once I can get a simple search working all the time than I will start messing around with the flash part I want to get working.
by Cateyes
Sun Jun 20, 2004 9:22 pm
Forum: PHP - Code
Topic: flash to php PARTIALLY SOLVED
Replies: 24
Views: 2382

Still dead in the water I have tried my alias as well as the id# I am assigned by MySQL and it just kicks back the part I have eched and nothing else, like there are no matches. This is damn confusing I was able to make a script that lets me view edit or delete members I thouth this would be easier....
by Cateyes
Sun Jun 20, 2004 9:07 pm
Forum: PHP - Code
Topic: flash to php PARTIALLY SOLVED
Replies: 24
Views: 2382

Thanks will check it out right away I need some manuals for reference nearest bookstore is 4 hours away.
by Cateyes
Sun Jun 20, 2004 8:37 pm
Forum: PHP - Code
Topic: flash to php PARTIALLY SOLVED
Replies: 24
Views: 2382

OK here is now my search code now that I know it passes from one page to the other <?php echo $_POST['name']; ?> <HTML> <HEAD> <TITLE>Meamebers Search</TITLE> </HEAD> <BODY> <H2>Search Results</H2> <BR> <? $db = mysql_connect("localhost", "name", "password"); mysql_sele...
by Cateyes
Sun Jun 20, 2004 8:03 pm
Forum: PHP - Code
Topic: flash to php PARTIALLY SOLVED
Replies: 24
Views: 2382

Thank you that worked so would I use $_POST['name'] as a value as well?
by Cateyes
Sun Jun 20, 2004 7:54 pm
Forum: PHP - Code
Topic: flash to php PARTIALLY SOLVED
Replies: 24
Views: 2382

OK I just tried a simple script that should of worked and it doesn't I made a little HTML seach page called searchbtname.html heres the code: <HTML> <HEAD> <TITLE>Member Search</TITLE> </HEAD> <BODY> <H2>Search for member</H2> <BR> <FORM ACTION="resultbyname.php" METHOD="POST"> P...
by Cateyes
Sun Jun 20, 2004 6:50 pm
Forum: PHP - Code
Topic: flash to php PARTIALLY SOLVED
Replies: 24
Views: 2382

Ok now for a really newbish question after I put this in the php script $_GET["id"] how do I convert it so it has the value $id? trying to test script out to see if its working. I tried using $id=$_GET["id"] and it comes out blank. I will be buying a lot of books in 10 days so if...
by Cateyes
Sun Jun 20, 2004 12:01 pm
Forum: PHP - Code
Topic: flash to php PARTIALLY SOLVED
Replies: 24
Views: 2382

flash to php PARTIALLY SOLVED

Ok what I am trying to do is send a value from a flash button to a php script that then returns the proper values from the mySQL DB, I have a test script that works on sending the values bach to flash what I need to find out how to do is how dow I send either a number value or name from a mcbutton i...
by Cateyes
Mon Jun 14, 2004 10:13 pm
Forum: PHP - Code
Topic: wont loop
Replies: 10
Views: 754

I think he is trying to make a dynamic page but I could be wrong.
by Cateyes
Mon Jun 14, 2004 10:02 pm
Forum: PHP - Code
Topic: wont loop
Replies: 10
Views: 754

OK I am really new at this not even 2 weeks but here is a sample that I use for loop that works. <table width="70%" border="1" cellpadding="1" cellspacing="1"> <?php do &#123; ?> <tr> <td width="15%">ID:<?php echo $row_rs_press&#1111;'PRID'];...
by Cateyes
Mon Jun 14, 2004 9:02 pm
Forum: PHP - Code
Topic: PHP UPLOAD and Text SQL at same time
Replies: 6
Views: 608

OK put that in but now this line #37
if ((isset($HTTP_POST_VARS["MM_insert"])) && ($HTTP_POST_VARS["MM_insert"] == "form1")) {

responds with
Parse error: parse error, unexpected T_IF test.php on line 37