Jump to content

Few Questions


RealDrift

Recommended Posts

Some small questions i need to know the answers for:

 

1) On my site the "$" is always replaced by the "?" sign. Its annoying and last time it happened i hired a guy to fix it, which he did. Any solutions i can try instead of paying him again to fix it?

 

2) anyway to hide the url for a link in the status bar and the address bar? for example instead of it saying www.hotmail.com/inbox.php it just says www.hotmail.com in the address bar?

 

3) how do i echo something on a new page? so if i had a script and its results would make the script echo a pic, how could i get it to echo it on a new page?

 

4) urm thats it lol

Link to comment
https://forums.phpfreaks.com/topic/81090-few-questions/
Share on other sites

#1 is not clear  ???

#2 that is impossible you can only have that if you have index page(usually homepage) so when you type something like www.php.net/ it will automatically call the index page but having a mod rewrite you can have that as something like this  www.php.net/inbox/

 

#3 i dont know if your taking with calling an image

<img src="pic.jpeg" width="109" height="118" />

or maybe you talking with gd library or header file to force the page to produce an image

Link to comment
https://forums.phpfreaks.com/topic/81090-few-questions/#findComment-411447
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.