Jump to content

paulspoon

Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

paulspoon's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I want to run a simple batch file consisting of the following : mysql -hxxx.xxx.xxx -uxxx -pxxx --local-infile=1 --batch -e "load data local infile 'c:/prod.txt' into table prodmast" charka Do i need a program to be installed ? And if so which one. The MySQL server is on a different place.
  2. I've got the following : [code]$grvdate = date("Y-m-d");[/code] How can I subtract three days from todays date and use it in a further query ? Regards
  3. Still nothing , next error Parse error: syntax error, unexpected T_STRING in /Data/www/dev.cha Sorry for the inconvinience
  4. Doesn't work ? Parse error: syntax error, unexpected '[' in /Data/www/dev.cha please help
  5. I've got a text field with the following value "20060710" and want to convert it to look like this "2005/07/10". All help appreciated
  6. The following code produces mixed outputs. The Dist and Invoice column is never the same maybe because the Description is sometimes narrower than another invoice. Any suggestions on how I can tell html to use a "fixed" position on where to start a certain table. Regards ps. this is mainly used for html to pdf printing <table border="0"> <tr> <td width = "400"><font size="-2"><#DESCRIPTION#></td> <td width = "500"></td> <td width = "150"><#DIST#> / <#INV#></td> </tr> <tr> <td><#ADD1#></td> <td></td> <td>4130119151</td> </tr> <tr> <td><#ADD2#></td> <td></td> <td><#ORDERDATE#></td> </tr>
  7. Thanx I think that this will work well, I'll try it tonight, but what are the elements names that I can use for these things that I want to hide ?
  8. I hope that some one can show me some code on how to remove the following from a page that a user [b]prints[/b] : "The heading", "Page 1 of ?", "the webaddress in the footer" and "the date on th bottom right" I'm currently using css but am quite new in it. All help appreciated Regards
  9. echo "<input type='text' size='50' maxlength='35' name='instruc'><br>"; This is the code for a simple input field. Is there any way that I can change so that the user is forced to only put in CAPITAL LETTERS without having to put capslock on. Regards All help appreciated
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.