Recent content by [Q]

  1. Q

    PHP How to create a user page tracking script?

    I'm trying to create a php script that would monitor users, where they are on but i don't know how to get the page, where the users are on. is there a php function that i need to use? also monitor the IP of that user view my webpages.. I wanna create my own version for learning purposes.
  2. Q

    How to determine if username login is admin or not in php without using radio buttons?

    hello, I'm doing a php login form that if the user logs in using his email(username) and password and if this user is a admin it would direct it to a admin.php, if not regular.php without having any radio buttons to click on for which user type ,this user is. it would just search the user table...
  3. Q

    how to create a log in form with multiple user level for multiple branch php?

    I'm creating a log in form that would have a Multi level user(Admin,User) with multiple branches of A and B so if they log in as admin or user they would automatically be directed to which branch page they are registered to. but im not sure how to do this in php so in my Log in form: 2 inputs...
  4. Q

    Examples of mysql enum used in php and how can it be used?

    I'm looking for some examples of mysql enum thats is used in php how can it be used? is it possible to used them in a html combo box and list then used php codes? also is it okay to used it for multi level user(Admin, user) when creating a website with such things?
  5. Q

    How to create a secure multi user login system with php and mysql with session

    and cookies? I have this log in form but I don't know how to make a multi user login in php how can I do this? My form is this 1 input for username,1 input for password, and 2 radio button for branch id and 2 radio button again for user type (admin,regular). also i want to make it secure using...
  6. Q

    What's wrong with my php code?

    on my wamp it doesn't show any errors but when it was uploaded to the to my testing site it redirects me to to somewhere and when a friend tested on his pc it showed this kind of error http://piclair.com/data/i0fwr.jpg Here is my code: <!DOCTYPE HTML> <html lang="en-US"> <head> <meta...
  7. Q

    How to create a mysql backup in php?

    I have this site that needs to this kind of thing and once you have created the .sql file it would name it the date when it was saved and into a folder in the server. also if possible can you explain how it would work.
  8. Q

    HTML:How to custom style a checkbox using CSS/javaScript?

    I have this checkboxes in my log In form but I want to style them that would fit in the design of my form Is there a way in doing this? using CSS or javaScript?
  9. Q

    How to hide flash text from the start?

    so here's the thing we have this activity on our multimedia subject on creating buttons, when it gets click it shows text I already know how to show the text when my button is click but i don't know how to hide the text when first played and I'm using flash 8 ex. [Home] [blank] when home...
Back
Top