Jump to content

Chetan

Members
  • Posts

    162
  • Joined

  • Last visited

    Never

Everything posted by Chetan

  1. you can either use the above script or the handling file uploads chapter in PHP manual. And some free space providers are Yahoo Breifcase, Rapid share, My space, and etc.
  2. It is indeed, never did it myself but i know you need to be a member of a site which will have some smsing service
  3. there are two things, if you use include then you need <?php and ?> tags in the pages so the execute properly other is if you use eval then i dint read your script cause likely its the first thing here
  4. use sumthing like document.blah.blah = document.blah.blah+"<div blahh>" i hav forgotten most of JS (so comes my blahs) but this is how you do it
  5. I was making a massenger program so i wanted to make it like this I program in visual basic reads the contents of a text file on the net~~ displays it and refreshes every 5seconds and has a form to send a request to a PHP page with get variables to write to the text file So can any1 give me a quick walkthrough the thing is i thought it should be in PHP but then i displayed it here and i am pretty advanced with VB
  6. [quote author=XeroXer link=topic=102253.msg405579#msg405579 date=1154199619] ok... how about if I am setting that text as a $ then? [code]$gbedited = "<meta http-equiv='refresh' content='3\;URL=$gbpageother'>Click <a href='$gbpageother'>here</a>"; [/code] Because I use that text multiple times to... [/quote] [code]$gbedited = "<meta http-equiv='refresh' content='3;URL=$gbpageother'>Click <a href='$gbpageother'>here</a>"; [/code] u dun escape ; ok so it should work
  7. its easy use this [code]<?php $gbpageother = "$_SERVER[SCRIPT_NAME]"; ?> <meta http-equiv='refresh' content='3\;URL=<? echo $gbpageother ?>'> You will be sent back in 3 seconds. If not click <a href='<? echo $gbpageother; ?>'>here</a>[/code] incase you want ?id=4 then do this [code]<?php $gbpageother = "$_SERVER[SCRIPT_NAME]"; ?> <meta http-equiv='refresh' content='3\;URL=<? echo $gbpageother ?>?id=4'> You will be sent back in 3 seconds. If not click <a href='<? echo $gbpageother; ?>?id=4'>here</a>[/code]
  8. I did say WindowsME does not have services? or does it but net start apache2 wunt work ok? so get it that i hav only experienced apache1.3 on xp which worked and me, i dun know well, a trouble shoot wud work, cause the site has nuthin for EDIT: It was true that ME duz not supprot services, and i installed it as a service, for which Apache has an alternate! Now I have it as a console aplication, so no problem <SOLVED> but ill appreciate if u can help my wid d alternate!
  9. Thanks but Windows ME does not have services so apache monitor does not work. Help me please
  10. Apache on my system running on winme wouldnt stop! its apache 2.0 and here is what i do [quote]G:\apache\apache2\bin>apache -k start G:\apache\apache2\bin>apache -k stop The Apache2 service is stopping. Failed to stop the Apache2 service. G:\apache\apache2\bin[/quote] What should i do? Apache does work but doles not stop. My computer gives an error and hangs when i try to us Ctrl+Alt+Del to stop Apache. I have to stop my computer manually. :( ill be happy if you help.
  11. Dont tell me this is in the wrong forum or something, my brain is getting angry at PHP and GD. (move it if you want to) 1. How do you encrypt strings and being allowed to decrypt them? 2. The latest version of GD available on windows does not support PHP, how can i get an older one? (i might be able to get older ones but yet help me if you can) I really need help. and for the first one dun give me MD5 or SHA1 cause they cant be decrypted
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.