Jump to content

msgbox?


pouncer

Recommended Posts

http://www.phpfreaks.com/forums/index.php/topic,6264.0.html

guidelines

4. Ask good questions! Consider the wording of your question carefully, be specific about your problem(s), and make sure that you have actually asked a question.  Use punctuation and spelling to the best of your ability.  Run on paragraphs without sentence breaks, and full of mispelled words limits your chances for a reply.

Including some or all of the following information will increase the chance you get an answer.

a) Your PHP version, platform (operating system), and webserver
B) Your hosting company
c) Pertinent php.ini settings (SafeMode=On, for example).
d) Error messages if any are generated
e) Code snippets, enclosed in the php bbcode tags.

NOTE: all you have to do is paste in your code, highlight the section that is PHP, and hit the PHP bbcode button to insert the right codes.  If you are pasting HTML, javascript, SQL or some other language, you can use the Code button in a similar manner, to preserve indentation of your code blocks.

f) MySQL, Postgresql or other database table definition(s).
g) Links to the script(s) you are having problems with.
Link to comment
Share on other sites

[quote author=haaglin link=topic=114451.msg465648#msg465648 date=1163112086]
u can use:

[code]die("You need to be logged in to access the member area.");[/code]

Or you can use session variables.
[/quote]
Thanks. and yeah, the $log->IsLoggedIn() basically checks if there's a $_SESSION['UserID'];

hm, i ust tried it, it just echos that line at the top. is there a way to actually prompt a msgbox on the screen?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.