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

    FTP Uploading

    I am trying to upload files onto my ftp server but I don't have a clue as to what is wrong with my code. <?php $path="C:\Documents and Settings\Blah Blah\My Documents\files\txt\LI.txt"; $remote="1.txt"; $ftp_server='ftp.example.com';//address for the ftp server...
  2. Quijian

    Determining an &quot;auto&quot; value

    Please forgive me, for I am a major noob. I have a table whose height is set to auto because the content is dynamic. But if height gets too large other tables start to move. Is there any way to determine the value assigned by the browser for the table. I already tried using the...
  3. Quijian

    Function Problems

    This is the error I get: Parse error: parse error, unexpected $ in /home/gardensm/public_html/create.php on line 232 Line 232 is the last line of the page. I know the problem has something to do with the function maincontent($id) because when I remove it, the site works fine. The evil...
  4. Quijian

    HEREDOC Help

    I've been trying to put html in php by using the heredoc syntax. I all I get is a parse error. I am running PHP 4. This is th code: echo <<<END <font size="3" face="Verdana, Arial, Helvetica, sans-serif"><a href="mail.php">Mail</a> .:. <a href="messages.php">Messages</a> .:. <a...
  5. Quijian

    HTML in PHP

    I am having trouble to display generate HTML using PHP. Most of it is ok, but when I try to display a image with the image source as variable, it doesn't work out so well. I believe it is a syntax error. Here is the code: <img src=\"$authoriconp\" width=\"34\" height=\"32\"> $authoriconp is a...
  6. Quijian

    Posting Variables

    Is it possible to move variables from one page to another, without using MySQL? Sorry, I am a noob. All help appreciated.
  7. Quijian

    Help with Php-Nuke

    Sorry, I am a bit of a noob, so bear with me. I am using php-nuke to run a website and for some reason I cannot get images to display on my content pages. I tried using html tags and php code but nothing seems to work. Any suggestions will be appreciated, thank you.
  8. Quijian

    Dynamic Text Looping

    I have been using the for loop statement to create a loop and I would like to display the values generated by the loop statement in a text box. port=0 do { port=port+1 change.text=port } while (port<9999); "Change" is a dynamic text box. All I keep getting is the end result, which is 9999...
  9. Quijian

    Take a part of a string and putting into another string

    Is it possible to take a portion of a string, forinstance and put into in another string or variable? Thanks, I'll take any suggestions.
  10. Quijian

    Ms-Dos Commands

    Is there anyway to input ms dos commands and have them run in ms dos during run time? I will take any suggestions, thanks!
  11. Quijian

    Problems with random numbers!

    I am having problems randomizing some numbers. I am using the Randomize without any parameters and then I am using the Rnd functions in a equation. Here is the snippet: Randomize cardvalue = Int(14 * Rnd) + 1) It keeps on giving me the same values each time I run it. I will glady take any...
  12. Quijian

    Object Name Manipultation!

    Hey guys, I am having problem with manipulating a object name. Here is the case: xpic as string picbox as string I have multiple image boxes named picbox_1, picbox_2, picbox_3, ect. What I want to do is that xpic contain a number and picbox contain "picbox_" and I want to add xpic and picbox...
  13. Quijian

    Help with Premiere Pro

    Hey guys, I have made the transition from Adobe Premiere 6.5 to Pro and I am having major problems. First off, bitmap files are appearing to just be a black screen. Also the still images are appearing blown up on the monitor window no matter what magnification. With clips its the opposite, they...
  14. Quijian

    Premiere Crash

    I have a Hp Paillion ZD7000 and here are the stats: Proc : 3.06 GHZ Mem : 512mbs Vid Card : nVidia 5600FX 128mbs Recently I have been have problems with Premiere 6.5, it just shuts off randomly or freezes. It really is annoying and it is eat up production time. I don't have any other program...
  15. Quijian

    Ugly Titles

    I am having severe problems with the titles in Premiere 6.5. All the titles, no matter how big or small, comes out blurry and extremely difficult to read. I tried making custom titles with Photoshop in various resolutions but they still come out blurry after I render it. Will the titles look ok...

Part and Inventory Search

Back
Top