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

    slightly O/T: open a .indd file without InDesign!

    Hi, this is slightly off-topic, but it must be a common issue - Google doesn't seem to think so though :( A customer has sent me a .indd file, but I don't have InDesign - is there a way to open it? After searching, I've found out you can open the file in Pagemaker, but then the file then...
  2. whinger74

    Session variables empty

    HI I have a very simple login script that I've used quite a few times before, which checks username and password against database fields. session_start(); require_once("../includes/inc.database.php"); $strErrors = ""; if (isset($_POST["submit"])) { $user =...
  3. whinger74

    Upload - checklist of things to watch out for

    Hi, I am trying to upload files to a Linux server running PHP and Apache, but I can't currently do it with files greater than 5119 bytes. (if I try to upload something that's 5020 bytes I get error code 1) I was just wondering wether I'm missing something from my lovely checklist: HTML...
  4. whinger74

    Newbie - "0:" displayed before any other output

    Hi, Sorry, this is probably very basic, but I can't find the answer to this anywhere. I have a fairly simple php page that displays some dynamic data (mysql_query(), mysql_fetch_array, etc) The data displays alright, but at the top of the page before any other output a zero and colon is...
  5. whinger74

    Newbie - equivalent of MapPath in PHP?

    Hi, I'm used to programming in ASP, and my site is hosted with a commercial host. Can somebody please tell me how can I find out the physical rather than virtual path of file? i.e. in ASP I would use <%=Server.MapPath %> Thank you anyone!
  6. whinger74

    WITHOUT regular expressions!

    Hi, I am trying to get the value between the title tags of a page into a variable. I thought my host's server had the most up to date version of VBscript engine, but it is not letting me do this task using Regular Expressions. (I am creating a site search, and have the file contents in a...
  7. whinger74

    beginner: variable in a hidden field

    I am a total beginner to JavaScript, but have coded in VBScript for a while. I want to get the HTML source code for a file, so that the client can then send it out as a HTML formatted email newsletter. I used jaredn's great tip in a previous thread, as follows: <html id=&quot;wholedoc&quot;>...

Part and Inventory Search

Back
Top