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 Wanet Telecoms Ltd 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. rockstardub

    mkdir() problems

    I don't know how to make a directory on my website with a php page without changing the permissions to 777, please help!
  2. rockstardub

    Add checkbox values and display total in plain text!

    <html> <head> <script language="JavaScript"> // by Kirk Strobeck | kirkstrobeck.com | kirk@strobeck.com // function initialize() { Total = 0; totalprice.innerText = Total; } function checkoption(checkbox) { checknum = parseInt(checkbox.value); //Turn the value into a number...
  3. rockstardub

    Trouble installing MySQL on Mac OS X Tiger (10.4)

    I have searched all over the internet, and tried to learn how to do this. It's not really up my alley, so please someone tell me what to do! Here are some of the things I type and the messages I get with them. kirk:/usr/local/mysql kirkstrobeck$ mysql -u root ERROR 2002 (HY000): Can't connect...
  4. rockstardub

    Need Help Installing MySQL on Tiger OS X

    I have searched all over the internet, and tried to learn how to do this. It's not really up my alley, so please someone tell me what to do! Here are some of the things I type and the messages I get with them. kirk:/usr/local/mysql kirkstrobeck$ mysql -u root ERROR 2002 (HY000): Can't connect to...
  5. rockstardub

    Actionscript: Help with making Reusable Code

    I have a problem, I need to learn how to make my code more reusable, heres what I'm working with: if(_root.news_select == 1) { if(homenews.topic2._currentframe == 10) { //if it's red homenews.topic2.play(); } if(homenews.topic1._currentframe == 1) { //if it's black...
  6. rockstardub

    mkdir() help

    I'm having problems at every turn and have found no help online. <? $path = "/newdir"; if(!mkdir($path, 0700)) { echo ("Couldn't create directory"); } ?> I always get problems, and I don't know what to do.
  7. rockstardub

    CMS - Insert a string in a specific part

    What I want: I want the user to be able to write their text, and when the basic text is requested, it will scatter it with images. I don't want users to write HTML tags like <img src>. I want the php to count 20 words into the string, then insert an html image tag. I don't want to cut a word...

Part and Inventory Search

Back
Top