Jump to content

plznty

Members
  • Posts

    337
  • Joined

  • Last visited

Everything posted by plznty

  1. I use the same template for every page, i dont know what the best method of getting the content data for terms of using good url addresses.
  2. How can i get data from a line number.. for example I want line 3 of text.txt. Text.txt - 1 2 I want this 4 5 Thanks in advance
  3. Yeah the page in which is has to grab the information is big, however there still must be a better way, is it possible to make it go to line then preg_match on that line, rather than using the whole page?
  4. Im trying to get a value between a html code, preg_match is doing the job but it takes a while to appear, and thats just me using it. Is there something more robust so that alot of people can see the value without so much loading time. Thanks
  5. Preg_match can look through domains contents and extract data that you select. http://php.net/manual/en/function.preg-match.php Although it is fairly slow, however gets the job done.
  6. Some websites have there webpage example - index.php Then they have a link example - popup.php Then when they click the popup link a popup comes up, then you login under your details and then the popup.php closes and targets the normal web page. How is this possible. Ive tried to say it as simple as i can
  7. You have gave me exactly what i asked for thanks saved me alot of time and hassle!!
  8. I was hoping to achieve that the main picture has a little picture at the top which the img url is gathered from $url, then to have text below. Thanks for your help!
  9. I want a picture to be shown withing another picture, the picture would have to be retrieved from a url. For example PICTURE.PHP - A 100x100 black box $url = file_get_contents("http://whereis.the/file/40x40.txt"); I want the url from $url to display within picture.php Could anyone give me some helpful links etc thank you in advance
  10. Do you want /about/ to be about.php if so thats to do with .htaccess If you want an easy way to have actual url you could do this (cheapy idea I know but is a fix) <?php $W = "http://www.example.com"; echo "<a href='$W/about.php'>Link</a>"; ?>
  11. I think its a javascript code symbol or something along those lines
  12. I need a code where i can put text over a picture. Help please
  13. How can i get file contents in vb for example if http://domain.com/page.html = 1 then show else dont show
  14. How do you create games where you are connected to a single player for a one on one game. Its hard to explain, but for example PLAYER 1 VS PLAYER 2 while other players can play PLAYER 3 VS PLAYER 4 What kind of dynamic approach would i have to come to in order to create something like this.
  15. Thank you for also the code help. Thanks for all recommendations and contributions.
  16. how can i make an array list based on another array list for example array of ("domain.com","domain2.com","domain3.com"); for each of the above if the file_get_contents = "working" then make a new array list of the ones that have the file contents of "working" thanks.
  17. Is it possible to make a php code put gif animations together in sequence to create one long gif animation?
  18. I dont get it, why do you need it may I ask? For your own site to link to a facebook? or you making your own social network?
  19. Can PHP create gif animations? Like for example I pick 3 current gif animations i have and it creates it into one. Is this possible? better yet are even more complex options available?
  20. I have a website and on the navigation at the top the link font colours are white "#FFFFFF" and below they i want links to display as black "#000000" how can i have 2 different coloured links on a single page?
  21. I need a table like what is in the middle of http://www.my-ge.com/layout.bmp Someone help me, i need the colours over the top of bg color
  22. I want to use the same type of navigation that google uses. TOP LEFT = LINKS TOP RIGHT = Other How can I achieve this? Tell me the code for 2 Divs one aligned to the left and one to the right please. On the same row though, because when i do it ones below another. Thanks
×
×
  • 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.