Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 500
Search took 0.72 seconds.
Search: Posts Made By: jeskel
Forum: PHP 01-04-2005, 04:02 PM
Replies: 13
Views: 1,825
Posted By jeskel
man you rock. yeah. that was so helpful...

man you rock.

yeah.

that was so helpful and instructive, it was a pleasure.
Forum: PHP 01-04-2005, 02:36 PM
Replies: 13
Views: 1,825
Posted By jeskel
thanks a lot raf, very instructive post. Sorry...

thanks a lot raf, very instructive post.
Sorry about the '&', don't know how I missed it :)

so my list will look like this:

'firstname=alex&lastname=blahblah'

why is the example built with...
Forum: PHP 01-04-2005, 10:35 AM
Replies: 13
Views: 1,825
Posted By jeskel
thanks a lot for your help raf. I'll give it...

thanks a lot for your help raf.

I'll give it a try asap.

So a comma delimited list with, between each commas, a 'name=value' type of string is what you need to send to a page right? I mean, is...
Forum: PHP 01-03-2005, 04:43 PM
Replies: 13
Views: 1,825
Posted By jeskel
I used the exact same code. What I don't...

I used the exact same code. What I don't understand is how to customize the lines below to act as if the form had multiple fields:

* Examples:
* ...
Forum: PHP 01-03-2005, 10:48 AM
Replies: 13
Views: 1,825
Posted By jeskel
thanks for your replies. Yes that's...

thanks for your replies.



Yes that's what I would like to do. Someone will subimt a form. I will process it and record it. I will then have to send it to another host. I don't have access to...
Forum: PHP 01-03-2005, 12:19 AM
Replies: 13
Views: 1,825
Posted By jeskel
"faking" a form

Hi,

I am customizing the code that you can find here in order to fake a form for one of my project:
http://dodds.net/~cardinal/sendtohost.txt

I don't get these lines:
...
Forum: PHP 01-02-2005, 01:44 PM
Replies: 9
Views: 1,412
Posted By jeskel
ok I see thanks :) Oh btw, I haven't had the...

ok I see thanks :)

Oh btw, I haven't had the time to investigate this topic, but can one use the GD library functions with phpdev?

:)
Forum: PHP 01-01-2005, 03:47 PM
Replies: 9
Views: 1,412
Posted By jeskel
Follow-up: installing the OLE package was...

Follow-up:

installing the OLE package was the answer to my problem.

So now I am wondering, is it a good idea to store PEAR above the webdir?

What would be the path to include in an .htaccess...
Forum: PHP 01-01-2005, 03:35 PM
Replies: 9
Views: 1,412
Posted By jeskel
Great advice, thanks a lot :) Yes that's...

Great advice, thanks a lot :)

Yes that's true PEAR is quite problematic to work with under Windows... Honnestly, it's quite a struggle, especially if you don't have a big experience like me.

I...
Forum: MySQL 01-01-2005, 03:25 PM
Replies: 3
Views: 1,638
Posted By jeskel
it's running. I checked in the services.......

it's running. I checked in the services.... :confused:
Forum: PHP 01-01-2005, 05:22 AM
Replies: 9
Views: 1,412
Posted By jeskel
Follow-up: it seems that none of these two...

Follow-up:

it seems that none of these two files exist on my comp...

really weird...

I hope it will help you help me :)


require_once('OLE/PPS/Root.php');
Forum: PHP 01-01-2005, 05:15 AM
Replies: 9
Views: 1,412
Posted By jeskel
ok I have updated the php.ini file. Now the...

ok I have updated the php.ini file.

Now the pear.php can be found.

However, I get this error message now, which is probably because of another path problem:



I really have no idea how to...
Forum: PHP 01-01-2005, 05:08 AM
Replies: 9
Views: 1,412
Posted By jeskel
thanks for your reply :) what if I want to...

thanks for your reply :)

what if I want to install packages manually?

I have created a PEAR directory in c:\phpdev\www

inside this dir, I have put all the files that I got from...
Forum: PHP 12-31-2004, 09:36 PM
Replies: 9
Views: 1,412
Posted By jeskel
PHPDEV: how would I install PEAR?

Hi,

I am using phpdev and I planned to install PEAR. Has anyone done this before? How can I do this?

Thanks in advance for your help :)
Forum: MySQL 12-31-2004, 08:38 PM
Replies: 3
Views: 1,638
Posted By jeskel
unable to connect to mysql server

Hi,

I have downloaded and installed the latest stable versin of MySql.

I have followed the install steps and everything went fine.

I have then installed phpmyadmin. I modified the config...
Forum: Perl/ CGI 12-31-2004, 05:38 PM
Replies: 2
Views: 1,485
Posted By jeskel
shame

posted in the wrong forum.......... how come?

Any mod ready to move the thread?

:)
Forum: Perl/ CGI 12-31-2004, 03:31 AM
Replies: 2
Views: 1,485
Posted By jeskel
Uninstall PHP

Hi,

I am trying to uninstall PHP.

I am running PHP 4.3.0 on windows XP.

After a bit of googling, this seemed to be the most relevant link:...
Forum: MySQL 12-31-2004, 02:47 AM
Replies: 3
Views: 1,397
Posted By jeskel
thanks for the links. I followed the...

thanks for the links.

I followed the mini-tutorial one.

Deleting the folder wasn't hard.

Typing the command doesn't wor though.

Wasn't I supposed to browse to the location of the...
Forum: MySQL 12-30-2004, 12:30 AM
Replies: 3
Views: 1,397
Posted By jeskel
Uninstall MySql Server 4.1

Hi,

I am trying to uninstall MySql Server 4.1.

I have googled and used the serach engine but I can't seem to find a decent tutorial/article/explanation on how to do this.

I have windows XP....
Forum: PHP 12-17-2004, 09:19 AM
Replies: 1
Views: 700
Posted By jeskel
problem adding + 1 to a var

Hi :)

here is a code snippet.

2 problems occur:

1) I can't add or substract 1 to the imageid var.
2) if the var $_GET['i'] is not set in the url, my code doesn't seem to work (it should...
Forum: PHP 11-14-2004, 09:23 AM
Replies: 6
Views: 1,037
Posted By jeskel
Indeed. I realized that using eval() was the...

Indeed.

I realized that using eval() was the result of a mistake in my design.

However, thanks a lot for your replies. Even though I will try to avoid the use eval() as much as I can, your...
Forum: PHP 11-13-2004, 03:45 PM
Replies: 6
Views: 1,037
Posted By jeskel
it is, as the text is stored in the db. I'd...

it is, as the text is stored in the db.
I'd like $url to be evaluated before outputing the text.
However, I tried your solution, but unfortunately the output was not evaluated as php code.
Forum: PHP 11-13-2004, 03:07 PM
Replies: 6
Views: 1,037
Posted By jeskel
simple question about the eval() function

Hi :)

I dynamically load some text.

This text contains a few HTML tags (a few <span> tags) and some links that are dynamically built.
Therefore, I will need to use the eval() function to...
Forum: HTML & CSS 11-09-2004, 06:05 PM
Replies: 13
Views: 1,325
Posted By jeskel
Dude this might be helpful in the near future as...

Dude this might be helpful in the near future as some teachers are trying to get my final paper published.

rofl.

I'm sure I'll be one of the only guy to have pages with the fro code.
...
Forum: HTML & CSS 11-08-2004, 10:06 AM
Replies: 13
Views: 1,325
Posted By jeskel
thanks for your replies :) I just wanna make...

thanks for your replies :)

I just wanna make sure that 'fr' is the right code for the french language, like 'en' is for the english language.

Does anyone have a link to the list of languages...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT +1. The time now is 06:20 AM.