RealDrift Posted December 10, 2007 Share Posted December 10, 2007 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 Quote Link to comment Share on other sites More sharing options...
teng84 Posted December 10, 2007 Share Posted December 10, 2007 #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 Quote Link to comment Share on other sites More sharing options...
RealDrift Posted December 11, 2007 Author Share Posted December 11, 2007 1) its like the "$" sign is replaced by a question mark in a black diamond. 2) i'll find example 3) basically how do i echo something and have it displayed on a totally new page instead of on top of the current page the script shows? any clearer? Quote Link to comment Share on other sites More sharing options...
teng84 Posted December 11, 2007 Share Posted December 11, 2007 #3 you have to open a new page using link and javascript to resize the browser and remove the address bar etch.. #1 is still not clear wher do you experience that in the browsers URl or in the content of your web page? Quote Link to comment Share on other sites More sharing options...
phpSensei Posted December 11, 2007 Share Posted December 11, 2007 #1 Is this being replaced on the site's content, url, or script? Quote Link to comment Share on other sites More sharing options...
RealDrift Posted December 21, 2007 Author Share Posted December 21, 2007 1) being replaced on sites content, in some places Quote Link to comment Share on other sites More sharing options...
Jessica Posted December 21, 2007 Share Posted December 21, 2007 You know a link and some code might help. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.