Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. krappleby025

    problem with array creation

    hi guys, i wonder if someone can help me.. i have a database text field, with a list of details in it like this Search, 2, Appraise, 2 This list could be any length. what i need to do. is take this field, and split it into an array.. (simple enough i here you say) i have tried to set it up...
  2. krappleby025

    PHPSESSID lost? header() redirect error...

    ok.. just a question. the following section echo "{$PHPFFL_WEB_ROOT}my_team.php?PHPSESSID=$PHPSESSID"; header("Location: {$PHPFFL_WEB_ROOT}my_team.php?PHPSESSID=$PHPSESSID"); i gather you are parsing this to generate the {$PHPFFL_WEB_ROOT} section now just before this you have the...
  3. krappleby025

    Die Roller problems

    HI guys, im having a bit of a problem with a function to roll a die.. here is the code i have created ******************** function Roll_Dice($die) { $die_roll = rand(1,$die); return $die_roll; } #### testing function $num_rolls = "0"; $die_rolls = "0"; while ($num_rolls <> "6")...
  4. krappleby025

    Cancelling frame-breaking

    Can anyone help. I have a website, that works fine under normal circumstances, however my home page (ntlworld.com) has some sort of FRAME BUSTER on it. When i redirect to my site Candfa.com from this site my flash links no longer work properly and instead of loading in the correct window, load...
  5. krappleby025

    Continued problem with flash

    Hi pixl8r thanks for the advice, but the flash is not the onmly problem.. if you look at www.bryonteez.com this site also causes the same problem in both the flash and the normal links below.. if you open it first you will see that it loads in the correct window, and then if you load it...
  6. krappleby025

    Continued problem with flash

    Hi Guys, In response to : http://www.tek-tips.com/viewthread.cfm?qid=1013772&page=1 I have managed to find out what the problem is, and we can easily recreate the problem.. as some of you may know, if you go to http://www.candfa.com the site and the flash buttons work fine.. and with no...
  7. krappleby025

    Question about a piece of code

    Hi guys, im having major probs with a site. im designing, nad we appear to have possibnly found the problem.> This piece of code could possibly create the problem, and belongs to the site my cust has on his home page.. Can someone please tell me what this code does exactluy.. just so you know...
  8. krappleby025

    test flash for me

    Hi guys, can you do me a favbour and test the following site.. www . candfa . com yes i left spaces.. we are having errors when we click on the buttons on teh flash page.. but it only happens when you type in the url manuall.. can you please type in the url, and press the buttons in...
  9. krappleby025

    Loading HTML in second frame from flash button

    yes also the flash player..
  10. krappleby025

    Loading HTML in second frame from flash button

    in answer to all your questions. yes and internet explorer 6.08 i have even installed the update. to 6.08 to see if i get the problem but i get nothing.. cheers
  11. krappleby025

    dates

    date("d/m/Y",strtotime($rowfoundnews['NEWS_DATE'])) where $rowfoundnews['NEWS_DATE'] is your db field
  12. krappleby025

    Loading HTML in second frame from flash button

    Hi All, im sorry to bother you, and this could be something else.. but i have a problem, i cannot seem to work it out at all. i have been on at this for over 3 weeks, and still no solution. I am completing a website for a client. http://www.candfa.com as you will see the page consists of...
  13. krappleby025

    Echo Variable, But limit words

    Thanks Predamarcel That helped greatly Cheers
  14. krappleby025

    problem with move_uploaded_file function

    ok according to the code above.. the function is not set.. meaning that when you try to call it it is not there to be called. hense the error code its calling a function that does not exist The above code only sets the file that you added to the form to some variables, which are then passed to...
  15. krappleby025

    Echo Variable, But limit words

    Hi all, i have a script, which pulls a record from the database, there may be 1000 words in the field in teh database. At the moment the script pulls the entire field and places it into the varable $rowgetdayjob['JOB_DESCRIPTION'] Now.. what i need to do is when i echo the above i display...
  16. krappleby025

    simple date allocation

    Hi all im trying to allocate three variables to the Datetime stamp in mysql and have tried a few version, here is the code i am using now $dob = date($year-$month-$date h:i:s); however it dont work.. Sorry to keep asking but im learning the details on the date variable.. can any one help...
  17. krappleby025

    asp include statement

    thanks but now im getting the following error Active Server Pages error 'ASP 0126' Include file not found /test.asp, line 1 The include file 'http://www.kra-computers.com/test_sites/linkadmin/showlinks.asp' was not found. Why????? the file does exist you can test it yourself cheers
  18. krappleby025

    asp include statement

    Hi all, i need to include a file from another server onto my asp website.. what is the include statemtn, Normally i only use <!--#include file but this will not work over another network.. i need the asp command to connect to the page any help is appreaciated.. and a star is pending
  19. krappleby025

    Connecting to remote MYSQL server

    it is my own server.. there are only two avilalbe ip addresses on the server.. so one of htem must be for the MYSQL database, one is for the websites, and the other is a dns...
  20. krappleby025

    Connecting to remote MYSQL server

    If i place localhost in the $host then it works on my server.. but on someone elses server with the ip address it will not work.. any ideas

Part and Inventory Search

Back
Top