Thanks for that Atil! :)
You did the work for me! Many Thanks.
User Profile
Collapse
-
I am actually already using this:
[PHP]if(isset($_SESS ION['logged_in_emai l'])){
$loggedin = true;
}[/PHP]
I know how to do it then! :)Leave a comment:
-
Thank you for your replies guys! :)
I have tried to use one CSS for different browsers. But it turns out to be a joke! I am only concerned with IE6, IE7 and Firefox 2.0. They all look different, although only slightly between IE7 and Firefox 2.0.
I have found many CSS hacks and how to get over problems but there are a few things that still need to be sorted out. I also don't want to be limited by browser incompatabilty....Leave a comment:
-
I wouldn't ask for code, its better to understand what your are doing yourself. Plus it may not be compatabile with what you already have
Firstly i wouldn't store the images in a db, i would store the path to the image in the db and then retreive when you need it. i think you'll find thats simpler....Leave a comment:
-
Well you can use the url to save this variable. i.e. http://www.example.com/index.php?id=5 - the url will be the hyperlink to the next page.
Then refer to this via the $_GET['id'] to get the value, not sure how this will work with an array but try it.
Check out this: http://php.snippetdb.c om/view.php?ID=17
I hope the above helps. :)...Leave a comment:
-
Efficiency and Performance
Hello all,
I was just thinking it would be easier (although it would take time) that i create different CSSs for different browsers and call these CSSs via PHP depending on the browser. Is this worth doing?
This is the current script i am using to detect different browsers. Making a call to this script a page loads everytime: is this efficient?
[PHP]<?php
$useragent = $_SERVER['HTTP_USER_AGEN T'];... -
listHandler - actionscript
Hello all,
I am really stuck and i am quite new to actionscript. I am trying to delete values from a listbox, depending on which is selected using a button. This is my code, but it doesn't work. It isn't deleted from list! WHY?!
Code:function listHandler(component){ archiveView_tx.text = listMC.getSelectedItem().label; } listMC.setChangeHandler( "listHandler" ); function deleteArchive(){
-
RESOLVED
I am not confused anymore, i just made a small configuration mistake, that messed everything up!Leave a comment:
-
Confused Apache or tomcat?
Hello all,
I am really confused, please help! :(
I have tomcat 5.5 installed on my machine and i have the JDK/JRE installed. Everything is working fine.
Now what i want to do is install php on this server so i can run and test some scripts, i've written. Can someone please direct me on how to do this? Or give me a link to HOWTO or a tutuorial please.
I am confused because i've already done...
No activity results to display
Show More
Leave a comment: