Search found 9 matches

by vincenz
Sat Oct 30, 2004 12:33 am
Forum: Coding Questions
Topic: programmer wanted to make web server
Replies: 1
Views: 900

the code

Can someone please show me where my code is going wrong... It also might need a complete tidy up.

Email me and I'll send it to you (vince@websitecreations.co.nz)

I'm stuck! Can someone please help?

Its 90% complete.

Thanks...
by vincenz
Sat Oct 30, 2004 12:18 am
Forum: Coding Questions
Topic: programmer wanted to make web server
Replies: 1
Views: 900

programmer wanted to make web server

Hi,

I have managed to piece together a webserver that even allows PHP scripts to run, but I cant get it to post.

You're welcome to use my code.

I want a PHP server, that allows POST command to work properly.

I am willing to pay $50 - $150 USD.

Please contact me ASAP.

Thanks

Vince
by vincenz
Sat Feb 14, 2004 5:22 am
Forum: Coding Questions
Topic: help with server
Replies: 3
Views: 1128

done that

anyone else out there? I would consider paying......
by vincenz
Fri Feb 13, 2004 8:07 am
Forum: Coding Questions
Topic: help with server
Replies: 3
Views: 1128

help with server

Are there any Purehtml experts here that can help me finish off my web server? It is 90% finished... I neeeeeeeeeeeeeeeeeeed help here. Hello anyone? :D
by vincenz
Sun Feb 08, 2004 7:29 am
Forum: Coding Questions
Topic: web server help please
Replies: 3
Views: 1439

web server help please

Has anyone sucessfully created a webserver that "allows" GET and POST commands?
by vincenz
Sat Feb 07, 2004 11:45 am
Forum: Coding Questions
Topic: http web server help wanted
Replies: 0
Views: 907

http web server help wanted

Hi,

I am new to Purebasic, but have managed to recode the web server to allow PHP. My problem is I'm stuck with GET, POST commands. I have created most of the script but I really need help here... Can anyone out there help? Does anyone know Purebasic and PHP?

Please help. If you can help me fix my ...
by vincenz
Sat Dec 20, 2003 5:22 am
Forum: Coding Questions
Topic: Help with extracting specific data from a string
Replies: 6
Views: 1689

snail mail

Snail mail cash doesnt work too well...

How about, sign up for Egold? Then I'll transfer $20. Otherwise, shout yourself a drink on me... :o)

I feel welcome to these forums. Thanks
:D
by vincenz
Sat Dec 20, 2003 12:35 am
Forum: Coding Questions
Topic: Help with extracting specific data from a string
Replies: 6
Views: 1689

It Works!

Froggerprogger you are a legend!

The code works fine. All I had to do was strip out the lines eg:
EOL$=Chr(13)+Chr(10)
ResultStr=ReplaceString(ResultStr, EOL$, "")

and then URL Encode the result!

Thanks heaps! I really appreciate it. If you had PAYPAL I would send you $20 for your effort!!! :lol:
by vincenz
Fri Dec 19, 2003 12:54 am
Forum: Coding Questions
Topic: Help with extracting specific data from a string
Replies: 6
Views: 1689

Help with extracting specific data from a string

Im new to Purebasic (1 week old) and need some help extracting values out of a form post. If I have a string that has:

--------------1234567
Content-Disposition: form-data; name="val1"

test
--------------1234567
Content-Disposition: form-data; name="val2"


--------------1234567
Content ...