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 TouchToneTommy 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: martinb7
  • Content: Threads
  • Order by date
  1. martinb7

    make a layer move

    Hi, i was wondering how you could make a layer on the screen move using javascript?? any ideas?? Martin Computing/Gaming help and info: http://www.webrevolt.biz http://gaming.webrevolt.biz
  2. martinb7

    HTTP_REFERER problems!

    Hi, i was trying to make a system that logs the visitors to my site using the HTTP_REFERER code. It will write it to a .txt file say i have <?php echo $HTTP_REFERER; ?> it works from another page if clicked by a link, but it wont work say if you typed the address in after you had been to...
  3. martinb7

    create a php newsletter system

    Hi, i have this system that sends out information to my members from a database, this works fine, however I would like to send them an html version of an email, how could i do this? i would like it to be from an external page e.g. newsletterJune2004.php any ideas?? thanx Martin Computing...
  4. martinb7

    Limit string output size from a database record

    Hi, how would you go about limiting the output string size from a record?? Say i have a string of Welcome to WebRevolt, the Next Web Revolution, how could i limit that to a 100 characters then add '... more' after it?? its for my news poster so I dont have massive news articles on the...
  5. martinb7

    Get the value of a listbox item when clicked

    Hi, i have a listbox called List1 and when i click a value on the list, i would like that value to be put in a label called fp2copy. e.g. ##ListBox## item1 item2 item3 how when clicked, it puts the selected item value to a label?? any ideas?? thanx Martin Computing help and info...
  6. martinb7

    convert string to upper case?

    Hi, i was wondering how you would convert a string to uppercase?? e.g. $_GET['format'] say it held the value of ps2, how could you convert that to uppercase? any ideas?? Martin Computing help and info: http://www.webrevolt.biz
  7. martinb7

    date question

    hi, i have this problem with a date. to get the current month i can use date("F"); but how can i get the month before or last month? any ideas?? Martin Computing help and info: http://www.webrevolt.biz
  8. martinb7

    Flash MX 2004 List box troubles

    Hi, i am trying to get the data of the listbox dynamically from a database, i have the code that does that, but i want it so when you click an item in the listbox it does something. //Create LoadVars object and load file myData = new LoadVars(); //myData.load("anastasio.asp") //asp line...
  9. martinb7

    function returns a letter

    Hi, i was wondering how you could make a function that returns a letter e.g. a or b or c etc because my website has a scoreboard system where members get put randomly on side a or b or c when they register. any ideass?? thanx Martin Computing help and info: http://www.webrevolt.biz
  10. martinb7

    how to color code output of a textbox

    Hi, i was wondering how you could color code the output of a textbox. e.g. if the textbox contained <?php how could you make it change fontcolor to red then display it on a page?? is it something to do with the str_replace() function?? any ideas?? thanx Martin Computing help and info...
  11. martinb7

    multiple deletes from a table

    Hi, how can you delete multiple entries from a table when a user submits a form?? i know you can use checkboxes to do it but how?? the checkbox would have the value in it. but how do you make it delete multiple when one or more checkboxes are checked and a user submits the form?? any ideas...
  12. martinb7

    load music into flash

    Hi, i was wondering how you make a .swf load music into it and have a progress bar showing the amount loaded. any ideas?? thanx Martin Computing help and info: http://www.webrevolt.biz
  13. martinb7

    Flash Movies

    Hi, i was wondering how you make flash video files (.flv) because i cant see how you can make them?? any ideas? thanx Martin Computing help and info: http://www.webrevolt.biz
  14. martinb7

    Use buttons to scroll a text field?

    Hi, say you had a dynamic text field called theText (mulitline) is it possible to use buttons to scroll the textfield?? thanx Martin Computing help and info: http://www.webrevolt.biz
  15. martinb7

    dynamic links

    Hi, is there anyway of making dynamic links from php & flash so it reads a link from a db and then writes it to flash? any ideas? thanx Martin Computing help and info: http://www.webrevolt.biz
  16. martinb7

    Scrollbars in flash mx 2004 pro??

    Hi, i was wondering how you can get the scrollbar component in F MX 2004 Pro because they dont have it there anymore? Or how can you make your own? thanx Martin Computing help and info: http://www.webrevolt.biz
  17. martinb7

    buttons - bit more difficult

    Hi, i was wondering how flash-db make their buttons in the links section, they must load the data from a db or something then put it in the buttons?? is that how its done?? or is there another way of doin it?? any ideas?? http://www.flash-db.com thanx Martin Computing help and info...
  18. martinb7

    load data from a database (php) into flash

    Hi, i was wondering how you can load text from a database into a flash movie and display it?? TABLE: page | info | index homepage reg register how could i load that into textboxes in flash?? PS, i would like it in PHP! any ideas?? thanx Martin Computing help and info...
  19. martinb7

    function, return and while loop problem

    Hi, i have this function which only returns one row from the table. why?? if i use echo() it returns all, return doesn't?? why? how can i get round it? this doesn't work function L1(){ $query = mysql_query(&quot;SELECT * FROM wrv3pages WHERE section = 'main'&quot;); while($rq =...
  20. martinb7

    Another include problem (simpler)

    Hi, this is the same sort as the one before but simpler! pls help, ive been trying for weeks to get it workin but no luck :( #tem.template <table width=&quot;800&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse:collapse&quot;> <tr> <td...

Part and Inventory Search

Back
Top