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 bkrike 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: *

  • Users: solex
  • Content: Threads
  • Order by date
  1. solex

    Count down from server time

    Hello, Im trying to code a script to produce a visual countdown to a spesific time and preform an action if the time reaches zero or if it has allready passed. Also the current server epoch is taken from a php script using loadvars when the flash movie is loaded, this is the part im getting...
  2. solex

    Find epoch for date and time

    Hello, I couldnt find an answer to this, so sorry if this has been covered before. I want to find the epoch for i.e. 3rd of january 2007. Is there a premade function to do this, i could only find how to get the current epoch. Thanx in advance Charles
  3. solex

    Variable saved as a file

    Hello, I want to save the contence of a variable as a .torrent file in a specified location, but can only find info on handling uploads and im not sure how to translate this to what i need Thanx in advance solex
  4. solex

    Trim a string

    Hello, I want to trim any " ' " from a string, tired a few functons with out the right result so far :s thanx in advance Charles
  5. solex

    load a remote html page into a variable

    Hello, I know this had prob been asked before, but ive had no luck searching, so here goes. I want to send a http request to a web server, say http://www.domain.com/page.html and load it into a varable, how can i do this? Thanx in advance Charles
  6. solex

    Old Script not working, form input

    Hello, I use to have lots of pages that used forms to imput info, I havn't used the scripts for 1.5 years, but i tried a symple: <?php print $cow; ?> and then calling up filename.php?cow=printInfo with out any luck, any idears why its not working, i have looked at the ini file and cant see...
  7. solex

    How do i make this name?

    Hello i want to do this: userSlot?_so.data.name = bob; OR name = userSlot?.data.name; BUT i want the ? to be replaced with the number in , userSlotID , how do i do this? thanx in advance solex
  8. solex

    Why can i use array functions on the communication server?

    Hello, I am trying to use functions on the communication server such as the split() functions on strings, or similar fuctions on arrays. But when i try this i get errors saying that the function was not found. Any one know how to make this work? Thank you in advance solex
  9. solex

    How does a client request a function on the server?

    Hello, I have this code in my main.asc script: MoveClickerToRequest = function(destination) { trace("function was called to go to:" + destination); } how do i call this function and pass "destination" to the server? thanx inadvance solex
  10. solex

    Serverside code and shared objectis

    Hello, Can server side code also control shared objects? I want to send a message to the communication server, it to do some calculations and then start to send back updated x and y coordinates of a shared object. Im not sure how to do the first bit, and is the last the same as is used in the...
  11. solex

    Instance names usage in actionscript

    Hello, I coulnt find a post that matched my question, so here it goes. I have checked the instance names in this flash document to check that they match the action script. I use this action script: //This script takes the user to Scene 2 when goScene_btn is released hT_1-1_btn.onRelease =...
  12. solex

    Downloading text and manipulating with php

    Hello all programmers. I would like any help to do the following: 1. dowload a txt file from a users computer by a web browser interface. 2. Put all the contence into a varible. 3. Split it up into lines into an array (i know that this can be done by explode() but im not sure how i use it...
  13. solex

    sessions and cookies

    Hi all, I have been useing sessions for ages now, and dabbled at the start with linking them to cookies, but it did not work :s , i now need to link the two. I have tried to use the php manual, but not found it much help. So does any one have a snippet of code i can nick to store a session in...
  14. solex

    Connecting to a db not on localhost, PHP and MYSQL

    Hi, I want to connect to a db at a different address than the local host, how can i do this? I have the log in details (username and pass etc includeing the address of the web site www.tormentedflame.com). Thanx in advance solex (charles)
  15. solex

    Check on string

    HI, i want to check a string so that it only has a-z , A-Z , 0-9 How can i do this? thank you solex
  16. solex

    unset() not working

    hi, on my code i was useing unset() and it was working fine, but today it is giveing parse errors, and on phpnuke it is also caueing errors, so i dont think is is my code that is causeing it. any idears y? thanx solex
  17. solex

    Ordering mysql

    hi, can i use mysql commands in php to out put sorted from eg 0-100 in a collom. thanx in advance solex
  18. solex

    Script time taken recording

    Hi, I want to add a peice of code in a php script to record the time taken to execute a section of code (a few lines) and out put it into a varable. Thanx for any help you can provide, solex
  19. solex

    gd qestion

    is their a way to make a gif the background of an image in gd without useing imagecreategif() ? thanx solex
  20. solex

    gd lib prob

    hi, im useing gd lib in my php scripts, it doent have gif support so i think that it is an loder version. ok this is my prob, i have set a colour useing imagecolorallocate(), but when i go to set another (in another verable) it doesnt do it, so what i use it for comes out white. other then...

Part and Inventory Search

Back
Top