A Flash Developer Resource Site

Search:

Type: Posts; User: blitzy007

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    3,713

    thanks musicman. Now i see an extra blank space...

    thanks musicman. Now i see an extra blank space at the end of second variable.
    But I dont understand how it came? I used a trace function inside my flash file before sending the variable to php, and...
  2. Replies
    11
    Views
    6,770

    thanks mate :cap:

    thanks mate :cap:
  3. Replies
    2
    Views
    3,713

    Devil in my Server

    Why is this happening?

    I have this code in my php...


    $abs_usrstr=mysql_query("SELECT * FROM glist WHERE guest='$_POST[g]'");
    while($row = mysql_fetch_array($abs_usrstr)){
    ...
  4. Replies
    11
    Views
    6,770

    :(

    :(
  5. Replies
    11
    Views
    6,770

    lol, bye back2012 Anyone there? Is it possible...

    lol, bye back2012

    Anyone there? Is it possible to do this?
  6. Replies
    11
    Views
    6,770

    Sorry. Its a private community website. I...

    Sorry. Its a private community website.

    I would like to know - is it possible(using php script loaded into an iframe) to display alternative content instead of the actual HTML content? If thats...
  7. Replies
    4
    Views
    4,484

    This is getting even more stranger... When...

    This is getting even more stranger...



    When I inserted the below code....

    $copystr="GRP_".$groupFullName."_users";
    if(mysql_query("INSERT INTO $copystr (usrip, user, status) VALUES...
  8. Replies
    11
    Views
    6,770

    I am afraid I cant do that because my...

    I am afraid I cant do that because my "homepage.html" has links to all other sections in my website. The website has a seperate Welcome page called "index.html" that has only a 2-line text. I dont...
  9. Replies
    11
    Views
    6,770

    thanks for your reponse :) Thats right this...

    thanks for your reponse :)

    Thats right this visitor doesn't seem to visit any other pages except my homepage.
    Is there a way I can show an "alternative content" to this user without displaying...
  10. Replies
    4
    Views
    4,484

    Still i get the error message. I tried to...

    Still i get the error message.

    I tried to echo my SQL statement to check whats happening with my variables...



    if(mysql_query("INSERT INTO $groupFullName (usrip, user, status) VALUES...
  11. Replies
    11
    Views
    6,770

    Detect User or Redirect Page

    I have 2 seperate websites that deals with entirely different subjects. I maintain a database of users who visit my websites. Yesterday as i was going through the user records I noticed someone has...
  12. Replies
    4
    Views
    4,484

    I even tried removing the Quotes. Still i get the...

    I even tried removing the Quotes. Still i get the same error


    INSERT INTO $groupFullName (usrip, user, status) VALUES ('$ipaddr', '$thisuser', '$isonline')
  13. Replies
    4
    Views
    4,484

    Unable to INSERT record into Database

    Why do i keep getting this kind of error message?



    Here is my php code


    $ipaddr=$_SERVER['REMOTE_ADDR'];
    $mycnct=mysql_connect("abc","xyz","pass");
    if($mycnct){
Results 1 to 13 of 13




Click Here to Expand Forum to Full Width

HTML5 Development Center