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 wOOdy-Soft 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

    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")...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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
  11. krappleby025

    Connecting to remote MYSQL server

    Hi all, im trying to connect to a remote mysql server on someone elses computer. with there permission of course.. and i am using the following to allocate the ip $host="***.***.***.***"; note the *** are actually the ip but i have removed them when it try to run the script i get Warning...
  12. krappleby025

    how to include a php page in a asp site

    hi all, i am trying to include a php page on my server, on someone elses computer.. possibly by using javascript or something.. the page is only small, but i have no javascript skills.. it produces just a html list of links now.. i need to include the end result in a page on someone elses...
  13. krappleby025

    include PHP file using Javascript

    Hi All, i wonder if someone can help me.. I do not know java script and am looking to buy a book on it.. but for now i have what is probably a simple question i have a php page.. which i need to include on many different website, including ASP, PHP and HTML sites now as you know PHP will not...
  14. krappleby025

    Substituting a number in a Date edit script

    Hi all. Please see below, $nextpaydue2 = date('Y-m-d h:i:s', strtotime('+3 month', strtotime($DateNextPayment))); I am using this line on one of my sites, and have changed the way the time is set.. Now it is possible to increase the time by any number of months.. at the moment the above is...
  15. krappleby025

    big problem quick solution I hope

    hi all, i am trying to enter a date into a mysql database with a field setting of Datetime, Now this is easy to do when i use the NOW() command, however i need to add a date for one months time.. so instead of 28 dec it would be 28 jan any ideas thanks
  16. krappleby025

    Important date / ip security.. need help

    UserID Session_START Session_END IP ADDRESS 20 1102368248 1102368631 4403d3bf The above row is a record from my PHPBB forum, based website, that represents a hacker that nearly got away with 50$ in cash.. as you can see it is all coded.. i need someone who can translate or...
  17. krappleby025

    Check user fonts and display question

    Hi All, is there a way, to check if a user has a specific font on there system, and if not prompt them to download a font that is needed on the site.. I am making a speciality site, and it looks a lot better in the correct font.. is this possible. any help would be appreciated cheers
  18. krappleby025

    Change decimal point in number

    HI All, i have created a simple calculator script using submit buttons, and everything works, except one thing.. i need to make the number generated into a decimal number for example i need to change 132456 into 1324.56 any ideas cheers
  19. krappleby025

    Excel, import data based on file date

    Hi All, i have a question, may be simple maybe not.. i have an excel spreadsheet, which i am tryint to use to create a report. The sheet contains a cell with a date in it. in the format of 09.11.04 dd.mm.yy This cell is C4 Now, i have a load of files, each one labeled in the following...
  20. krappleby025

    Excel Query Help

    Hi all, Im trying to run what i believe to be a simple query over two excel spread sheets in the same workbook, but i cannot get it to work. I have an excel spreadsheet with 5-6000 records, each record has 7-9 columns of data. In the second sheet im trying to generate a report based on the...

Part and Inventory Search

Back
Top