Jump to content

techker

Members
  • Posts

    812
  • Joined

  • Last visited

Everything posted by techker

  1. hey guys i have a login script that records emails when you register.there is a fonction in the admin panel to send emails.but it does not work.(sever does not support it) so i installed a newsletter script.is it possible to link the msql file that saves the emails to my newsletter sql? so when the register the email goes to both scripts. thx Edit/Delete Message
  2. hey guys im trying to make my site easy to update... i wounder if there is a script that when i drop the folder in it updates the page automaticly? like i want to make a them page.now there is lots of themes out there.so when i find one i juste have to upload it in the folder and it updates the page . same thing for my ringtones... any sug?
  3. [!--quoteo(post=372365:date=May 8 2006, 06:53 PM:name=alpine)--][div class=\'quotetop\']QUOTE(alpine @ May 8 2006, 06:53 PM) [snapback]372365[/snapback][/div][div class=\'quotemain\'][!--quotec--] One very basic example - look it up in the [a href=\"http://www.php.net\" target=\"_blank\"]Manual[/a], put this in a file in the folder with your images - and call the file [code] if ($handle = opendir('.')) { while (false !== ($file = readdir($handle))) { if ($file != "." && $file != "..") { echo "<img src='". $file."'>"; } } closedir($handle); } [/code] [/quote] it gives me errors? and here is a stupid question,do i put it in the body or before the head?lol but it gives me this Parse error: syntax error, unexpected '{' in /home2/techker/public_html/wallpapers_bb/view.php on line 5
  4. hey guys i have been looking for something for a long time now. with my server it is configed so we can view the content of a folder. now i wold like to view it but in thumb nails. im building a ringtone site and i have wallpapers that i want to put ,but i don't want to start making thumb nails of each and putting them on a page...lasy so i want to make so i could direct a page to the folder directly,and i would see the images directly... now i have been googling it and nothing to be seen! can somebosy help me please...
×
×
  • 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.