User Profile

Collapse

Profile Sidebar

Collapse
abshirf2
abshirf2
Last Activity: Sep 21 '07, 10:17 PM
Joined: Aug 23 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • abshirf2
    replied to Efficiency and Performance
    in PHP
    Thanks for that Atil! :)

    You did the work for me! Many Thanks.
    See more | Go to post

    Leave a comment:


  • abshirf2
    replied to Efficiency and Performance
    in PHP
    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! :)
    See more | Go to post

    Leave a comment:


  • abshirf2
    replied to Efficiency and Performance
    in PHP
    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....
    See more | Go to post

    Leave a comment:


  • abshirf2
    replied to how to store the image in database using php
    in PHP
    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....
    See more | Go to post

    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. :)...
    See more | Go to post

    Leave a comment:


  • abshirf2
    started a topic Efficiency and Performance
    in PHP

    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'];...
    See more | Go to post

  • abshirf2
    started a topic listHandler - actionscript

    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(){
    ...
    See more | Go to post

  • abshirf2
    replied to Confused Apache or tomcat?
    RESOLVED

    I am not confused anymore, i just made a small configuration mistake, that messed everything up!
    See more | Go to post

    Leave a comment:


  • abshirf2
    started a topic Confused Apache or tomcat?

    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...
    See more | Go to post
No activity results to display
Show More
Working...