March 29th, 2007 10:35 PM
thanks for the help but im still facing the spacing trouble
Array ( ['UPLOAD' ] => 'Upload Files'; ['MANAGE' ] => 'Manage Files'; ['SHARE' ] => 'Share Files'; )
is what it outputs
Edit:
March 27th, 2007 08:48 PM
i did but here it is again
'UPLOAD' => 'Upload Files',
'MANAGE' => 'Manage Files',
'SHARE' => 'Share Files'
that is the ENTIRE file, obviously I will add more definitions later but for...
March 27th, 2007 05:56 PM
with what you gave me it outputs
Array ( [ 'UPLOAD'] => 'Upload Files' )
it adds a space in the array for some reason
like above it has [ 'UPLOAD']
March 26th, 2007 09:15 PM
alright im having bit of trouble here...
i have 2 files english.lang and grab-template.php
I want to load english.lang and create an array out of it in get-template.php so I can then do a...
March 25th, 2007 12:49 PM
figured it out have to add <br> after image
March 25th, 2007 11:44 AM
Why would images and tables have different sizes? I speciefied my table to be width=800, height=200 and the image fall in those dimensions.
I make my table border 1 so i can see if its right, and...
March 24th, 2007 03:38 PM
I see... thank you very much.
March 24th, 2007 03:31 PM
I got the point lmao, I had tried that in previous attempts as well, but the reason it didnt work was because i didnt have the setRequestHeaders, and I don't really understand what that does.
March 24th, 2007 03:20 PM
ajaxRequest.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
ajaxRequest.setRequestHeader("Content-length", parameters.length);
ajaxRequest.setRequestHeader("Connection",...
March 24th, 2007 03:13 PM
thanks it worked.. but i dont understand whats the difference between what i did and yours?
March 24th, 2007 03:00 PM
Alright I'm new to ajax but I wanted to know how to go about this using POST I can't find examples and the ones I look at show I'm doing this right but it doesnt seem to be working maybe someone can...
November 27th, 2006 06:57 PM
Well i was planning on storing stuff like this in the xml
[monster 1]
name = rabbit
type = animal
minlevel = 1
maxlevel = 3
hp = 30
then have another file where each monster is located and...
November 26th, 2006 09:00 PM
Well I actually had 2 questions, I wanted to know if it was better to have all monster information and stuff in a text file or XML and have it pulled. Keep in mind this is for a game obviously.
...
April 13th, 2006 10:22 PM
well I missed these posts but I have tried the rename command it it gives some open restrict error so instead what works for me and I'm already using is,
touch, to create an empty file in the new...
April 13th, 2006 08:02 PM
yea i got that just need help with the moving.
April 13th, 2006 12:32 PM
I'm creating a delete script and I ran into some problems.
What it does is theres a list of files that are in a mysql db, that is also inside the ftp. Theres a table that contains the file...