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...
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 =...
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...
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...
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!
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...
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="wholedoc">...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.