You are viewing the tag browsing version of webdigity webmaster forums. To visit the actual forums, click here
Tag : php
post question with $_SERVER['PHP_SELF'] Last post on May 05, 2008, 08:30:26 AM when using the $_SERVER['PHP_SELF'] to post in forms and having the form use file.php?type=something to generate a certain things is there a way to have it go back to file.php?type=something...
Version 0.93 released Last post on May 02, 2008, 10:42:17 AM We've just released a new version of php user class. You can download the class from the site or check the changelog here : http://phpuserclass.com/en/changelog...
Question about PDF and php Last post on Apr 30, 2008, 08:08:47 PM Does any one know if its possible to take variables from PHP and insert them into a PDF document? I'm working on something now that would make things a lot...
php mail() sometimes sends multiple emails to same person Last post on Apr 28, 2008, 08:43:19 PM This is kind of weird to me as to what's going on. Basically sometimes when our php web app sends out emails to our employees about the files they're working...
array vals are numeric check Last post on Apr 28, 2008, 11:47:45 AM is there a easy way to check if the values are in numeric only. i did this to do a simple check, but didn't know if there was a...
storing into vars Last post on Apr 25, 2008, 11:31:29 AM for storing info into the var $var;i have seen this done both ways and wondered is there a advantage on one over the other? is it better to do...
insert + delete different records one process? Last post on Apr 22, 2008, 01:35:36 PM Hello friends, its been a while. Hopefully somebody will be nice to me here, ive asked this question in two others forums, one with no responce and the other responce...
How to make a form secure Last post on Apr 12, 2008, 09:52:49 PM I need to create a page that a visitor can enter the details of their credit card to be send to my clients email for a withdrawal what steps...
PHP Back-end job - Need Quote ASAP Last post on Apr 03, 2008, 04:48:30 PM This web site will be a simple 7 page web site. What I will need is a PHP back end that they can update the information on all of their...
10 projects every php developer should use Last post on Mar 25, 2008, 08:48:18 PM
digg_url = 'http://digg.com/programming/10_projects_every_PHP_developer_should_know';
As a php web developer, you should know that php is probably the language that has the biggest code repository. So no matter what module you want to...
Hi! Last post on Mar 15, 2008, 08:19:22 PM Hello everyone, I am a freelance PHP web developer looking for a reliable and honest client who pays well. I have been working mostly in the adult industry for the...
email an attachment Last post on Mar 08, 2008, 04:38:32 PM I'm trying to email a pdf attachment through php's mail function and the email comes through with the attachment intact yet the body of the email doesn't come through. The...
Freelance PHP developer at your service Last post on Mar 06, 2008, 10:06:18 AM Hello everyone, I am a freelance PHP web developer looking for a reliable and honest client who pays well. I have been working mostly in the adult industry for the...
For loop issue Last post on Feb 29, 2008, 01:04:12 PM On a particular portion of my page I'm displaying all of the liabilities for the particular customer by having a for loop run through all of the data found from...
Open/Save option on file Last post on Feb 27, 2008, 12:43:38 AM Another part of the project I'm working on is taking the embedded pdf file out of an xml reply I'm receiving and give the user an option to open/save the...
Venture Funded Start-up Proxy Site Last post on Feb 23, 2008, 02:19:44 AM Hello, I'm looking to hire 2-3 web developers who have extensive knowledge in PHP, javascript applications, AJAX, iframes, and CGI Proxies. If you think this is you, we...
PHP and Constants Last post on Feb 09, 2008, 05:00:40 AM I have been coding in PHP for several years, and it recently struck me that I never use constants in PHP. I tend to assign constant values to a...
Small job required on php motion script Last post on Jan 28, 2008, 11:46:01 PM I have a small job that I require doing on a phpmotion script. This is my latest website- http://www.ultimatehandyman.org/index.php it uses phpmotion, which is similar to youtube etc....
Favorite Free Web Hosts Last post on Jan 25, 2008, 11:18:26 PM Here are my favorite Web hosts. This list is not complete. (I’m keeping my best finds secret.) There’s more where these came from. http://memebot.com http://moved.in http://brinkster.com http://hostrave.com ...
Reliable Free Web Hosting Last post on Jan 25, 2008, 05:32:29 AM if anyone is just starting out on the web and looking for free web hosting for their new sites, i recommend Freewebs.com and 50webs.com since ive been using them for...
Coummunity Project? Last post on Jan 25, 2008, 12:10:02 AM Hey guys I propose that we start a community project, to make an application in PHP that we can all work on. It would bring the community closer, invite...
Need someone to put Function over Design Last post on Jan 11, 2008, 12:23:44 PM I have a couple of Clients who wants specific things done to my designs or to their Ideas. So I need some people with working knowledge of preferably PHP, AJAX,...
Compress CSS using PHP Last post on Jan 08, 2008, 05:10:49 AM I found this rather neat little trick to compress (remove whitespace anyway) css files http://grupenet.com/2007/10/01/compress-css-on-the-fly/ The basic idea is first to allow PHP to manipulate CSS then remove the...
NEW Support forum! Last post on Jan 02, 2008, 05:21:15 PM finalwebsites.com has got his own support forum! After using the Webdigity Webmaster forums for supporting webmasters which are using the PHP classes and scripts provided on finalwebsites.com a new...
imagettftext question Last post on Dec 27, 2007, 09:02:03 AM been playing around with the image functions and ran into a small wall.. while using imagecreatetruecolor i can use imagettftext fine with no errors, but if i add imagettftext...
getting sql info for the current month Last post on Dec 25, 2007, 07:12:59 PM have a table that has one field that has a timestamp and through the time() 11digit information, how would you pull only the sql information from the current month. ...
Checkboxes working but cannot get radio groups working Last post on Dec 22, 2007, 09:21:29 PM I have been through the demo, worked on the examples, but just cannot get radio buttons to work correctly, have any body managed to get that right. Checkboxes no problem,...
Some Beginner PHP Help Last post on Dec 09, 2007, 11:32:04 PM I have noticed on several PHP websites that they refer to other pages on their server by using the following: games.php?game=29 I am a webmaster for a couple...
Version 0.9 released Last post on Dec 07, 2007, 05:56:00 PM Just wanted to let you know that a new version of php user class has just been released. The new version fixes one small bug, and adds a few features....
Does anyone here use Output Buffering? Last post on Dec 07, 2007, 11:39:52 AM http://us3.php.net/outcontrol Just curious, because I make these little CMS systems and it might be great to avoid "header already sent..." errors. Right now I just use best practices to avoid...
Dynamic (2 level) navigation list Last post on Nov 27, 2007, 01:20:04 PM I'm new to php mysql but found this tutorial http://www.tutorialized.com/tutorial/Dynamic-2-level-navigation-list/21070 and would ask if there is somewhere I could see what it looks like, please?...
Adminiature - AJAX mysql admin Last post on Nov 25, 2007, 09:15:48 PM Hey! I found this very cool phpmyadmin like script. It is called adminiature. It is completely ajax-ified, so its very quick. It runs in PHP5 and it has some...
[Help Request - Debug] PHP code - login problem Last post on Nov 21, 2007, 11:25:58 PM I am customizing a PHP program for our website than someone else designed. After a lot of tinkering, I managed to get the majority of it working (to the best...
Which is the best gallery script? Last post on Oct 30, 2007, 12:30:44 PM A week ago, I bought a tattoo related web site in which I want to add a gallery section in order to allow to site's members to upload their own...
Safe contact form using xajax & PHP Last post on Oct 26, 2007, 06:09:13 AM Hey people I'm totally new to ajax/xajax, and not all that hot on php either... sorry 'bout that :-[ I've had a long hard look at the tutorial...
easy php upload on windows server? Last post on Oct 25, 2007, 01:16:31 PM Your excellent script is running on a few apache hosted clients of mine, but now I am forced to use it on a windows server. Should this be a problem?...
Which is the best free forum software? Last post on Oct 17, 2007, 10:22:02 PM Which is the best free forum software to install? I have been using phpbb and was wondering if anyone knew of a forum that had more/better features than this one....
If statment not doing what i want Last post on Oct 17, 2007, 06:19:24 PM was working on a little better user search (on Olaf's Access_user script), then the one i did the other day and have everything working but one small problem. The...
prevent submission via proxy Last post on Oct 13, 2007, 11:17:08 AM Hi, I found some code to check if someone is visiting your page via a proxy: if ( $_SERVER['HTTP_X_FORWARDED_FOR'] || $_SERVER['HTTP_X_FORWARDED']...
start a battle: php ./. dotnet Last post on Oct 11, 2007, 01:42:02 PM [quote author=FixMySite link=topic=4903.msg19339#msg19339 date=1164141255] haha...yeah, when i'm ready to use a poorly-architected procedure-based language, i'll be sure to have you come teach me PHP. for now i'll stick with OOP...
force download of .pdf files Last post on Oct 08, 2007, 02:20:16 PM After getting annoyed a few too many times after opening .pdf file in the browser window I looked into forcing the download so the 'save as' window pops up after...
php tutorial Last post on Oct 08, 2007, 12:31:16 AM Lately I am trying to populate our php tutorials section but I left out of ideas :) Can you please post here any ideas for tutorials? Any feedback will...
Coder Wanted. $$$ Last post on Oct 01, 2007, 02:06:10 PM Hi, i have a cms script that i use for a site. I normally get updates from the site but the coder on that site isn't active anymore so it...
Adding more tlds to the server array list Last post on Sep 25, 2007, 01:57:57 PM At first i want to thank you for publishing and sharing your php whois class. I can tell you that i use it with much pleasure. I have a question,...
is mysql_close not needed in access_user_class? Last post on Sep 24, 2007, 10:57:38 PM Hi - I am using your user class which I have found very useful. However I was just wondering if mysql results connections need to be closed with: ...
[website] php user class Last post on Sep 23, 2007, 10:45:06 AM Lately I decided to contribute to the open source community one of the best enchantments to my "framework", the user manipulation class I started this thread because I want...
Rate php user class Last post on Sep 10, 2007, 11:18:18 AM Please use the above links to vote for our class: http://php.resourceindex.com/detail/07230.html http://www.hotscripts.com/Detailed/73310.html http://freshmeat.net/projects/phpuserclass/...
Geotargeting with PHP Last post on Sep 07, 2007, 10:56:30 PM Blog Storm has a great article on Geotargetting with PHP its a nice idea and his implmentation is very clean but he use the MaxMind IP database which costs $50...
Php user class released! Last post on Sep 07, 2007, 10:48:38 AM I am just done with the documentation for our php user class and publish it. Through this new forum you can post your questions or future requests regarding the class....
increasing which php value (ini.set) Last post on Sep 04, 2007, 05:31:23 PM Hi, I have a script that has to convert/copy ~1500 small image files. after ~1300 files the script stops working and the server is sending content to the browses....
PHP Possiblilities Question Last post on Aug 26, 2007, 07:44:10 PM Before I start researching how to do it, I want you all to tell me that it's possible. I hate deciding in my head that something is possible with PHP,...
Looking for Beta Testers & more (read) Last post on Aug 24, 2007, 02:24:12 AM Hi guys :) As some of you may know, I have been developing a miniature CMS for use by myself, friends, and clients of mine. As it is...
How do I get a MySQL database Last post on Aug 23, 2007, 12:19:19 PM I need a MySql database for my website. I have been unsuccessful in any attempt to log in to MySql via telnet and my e-mail messages to support have gone...
The HTML Cheat Sheet Last post on Aug 11, 2007, 08:22:02 PM Basic Tags <html></html> Creates an HTML document <head></head> Sets off the title and other information that isn't displayed on the Web page itself <body></body> Sets...
PhP Caching Last post on Aug 09, 2007, 03:57:15 AM Introduction In this article I will try to give a view of what is the custom caching with php, why and how we can use it. In the...
file_put_contents with multiple flags Last post on Aug 01, 2007, 11:30:52 AM Hello, is it possible to use file_put_contents with multiple flags? The PHP documentation says: [size=8pt]... flags can take FILE_USE_INCLUDE_PATH, FILE_APPEND and/or LOCK_EX ...[/size] I need the flags...
Free PHP/MySQL hosting Last post on Jul 26, 2007, 06:38:59 PM Hi everyone, I've been using this free host for a while now and I thought I'd share it. They offer: 300 MB Disk Space 10 GB Monthly...
msql connection error Last post on Jul 20, 2007, 05:59:38 PM Hi guys I've been running through some php tutorials trying to minimized the painfully annoying newbie questions I throw out... but alas I am stuck again on what I am...
Xdebug, a powerful tool for php developers Last post on Jul 20, 2007, 11:19:16 AM Just found a great tool for php developers, Xdebug and thought to share it with you :) Xdebug is an extension for php which spies your application while it...
a "backwards" strstr() ? Last post on Jul 20, 2007, 11:17:51 AM i have searched the php manual for a way to do exactly what it shows for strstr() in the php.net example: Example 2374. strstr() example <?php $email =...
Photo Album Problem Last post on Jul 20, 2007, 01:29:22 AM I have several php photo albums on my site. They all work fine, and follow the same code, the only difference is the name and directory. I have a new...
php 4.4.7 and mysql 5.0.x troubles Last post on Jul 18, 2007, 03:09:10 PM Lately I've been coding a new CMS product for my web development clients. As the first client for this product is going to have a site with 8 languages, I...
allow only one file for each IP Last post on Jul 16, 2007, 12:43:58 PM Hi, I have this code and need to use "ignore_user_abort(true)" the right way: $file = addslashes($_SERVER['REQUEST_URI']); $ip = addslashes($_SERVER['REMOTE_ADDR']); $dl = false; $sql = sprintf("SELECT UNIX_TIMESTAMP(last_access)...
Does Dating Central crash your browser? Last post on Jul 13, 2007, 09:18:20 PM Hey all, According to designer, my Dating Central site crashes his Firefox 2 (exact version unknown, ask designer) browser, while in my Firefox 2.0.0.3 browser, it doesn't crash it....
using PHP to extract CSS variables Last post on Jul 12, 2007, 11:39:17 PM is there anyway with PHP to extract variables from a CSS stylesheet? hypothetically, like so: say we have some stylesheet, style.css, here is the content: .tableClass {...
Hi, I am new here Last post on Jun 19, 2007, 11:16:48 AM I have designed a few websites (the old fashioned way: handwritten html one tag at a time ::)) and came across the Webdigity community when I was looking to learn...
PHP error reporting Last post on Jun 16, 2007, 07:14:36 PM OK hi guys this one should be a easy one: I am totally new to PHP I have installed it on a windows 2003 server running with iis 6....
Contact Form Issues Last post on Jun 15, 2007, 12:16:53 AM I have a PHP contact form on a friends website. After you hit send it says it sent successfully, but it never comes through..... Any suggestions? Main Page...
Starting something in the open source community Last post on Jun 08, 2007, 06:19:31 PM I am not sure if this is the right place to post this, but anyway I could use some help from you :) During the last months I had...
select random value from array Last post on Jun 07, 2007, 08:08:26 PM i have tried a few different methods, but seem to run into a few problems with each.. what im basically trying to do is load a random ID from an...
adding geshi to bbCode Last post on Jun 04, 2007, 11:27:16 PM I have spent a good hour or so trying to incorporate Geshi syntax coloring into the [ code ] bbCode element for phpHaze.. but im running into some wierd problems,...
App Developers, how do YOU stop bots? Last post on Jun 01, 2007, 08:51:34 PM I would suppose this is mainly intended as a question for Nik and my man Olaf :P What i am curious of is, what methods are you using...
security evaluation -- admin panel Last post on May 21, 2007, 07:37:02 PM i am currently working to make the different administration areas for phpHaze manageable via the admin panel iself, sort of like an "admin panel's admin panel" 8) in order...
PHP Whois script :: all queries give the result "free" Last post on May 14, 2007, 09:31:55 AM When i use your PHP Whois script ver. 1.21 and run the PHP page with for example etretertrt.com or another extension it always says that the domein name is registrated...
trouble with diff. sizes in tag cloud Last post on May 12, 2007, 05:02:25 PM Hi I have a bit of problems with the calculation of the diff. font-size in my tagcloud: in this metod I create the array and also the average from...
Review: [Website] J Love's Blog & Personal Site Last post on May 09, 2007, 08:03:14 PM Has been a while since I have put a site up for review, hasn't it? ;) I have been working on my personal blog for about two months so far...
convert standard time to php time() Last post on May 08, 2007, 08:30:29 PM for example, i say i have a date that is formatted in some data like so: 05/07/2007 20:15:00 is it possible with PHP, or some script or function...
$_GET, isset(), and switch. Last post on May 07, 2007, 08:20:24 PM i have a very simple question, but am not sure where to even go in the right direction with this! here it is! which method for php page management...
Validate email adresses Last post on May 07, 2007, 02:49:03 PM I've just found this nice function that helps you validate the emai adresses that the users give you. <?php function valid_email($email) { $regexp="/^[a-z0-9]+([_\\.-][a-z0-9]+)*@([a-z0-9]+([\.-][a-z0-9]+)*)+\\.[a-z]{2,}$/i"; if ( !preg_match($regexp,...
Any browser detection function? Last post on May 07, 2007, 12:35:36 PM I've just searched for this in the internet, and it seems that there is no working snippet for detecting user's browser with javascript. What I want to know is...
Are there any risks running a web proxy website? Last post on May 06, 2007, 08:21:24 PM I have had this idea for some time now. And I have been thinking, are there any risks running a web proxy website? I am going to be getting 660GB...
Free Links no wait nasty Evil Bug Last post on Apr 29, 2007, 04:26:24 PM So depending on your point of view a great way to get back links or an Evil XSS attack focused around phpinfo() http://www.davidnaylor.co.uk/archives/2007/04/27/would-anyone-like-some-free-backlinks/ A programmer at David Naylor...
PHP Coder required for modifications Last post on Apr 24, 2007, 04:07:24 PM Hi guys myself and some associates are in need of a coder to do some projects based around PHPLD, nothing to complicated, but a little time consuming. Initially...
Shell scripting and PHP Last post on Apr 22, 2007, 09:53:59 PM Hi Everyone, I'm pretty new to PHP and I'm not sure how to do something that I need to implement. I'm designing a simple web site as an interface...
Looking for Web Designers Last post on Apr 20, 2007, 08:05:13 AM I run a fairly new web design business, J Love Web Design (www.justinlove.net). I am looking for some experienced web designers to help out with the project, in return you...
Symfony have you used it? Last post on Apr 09, 2007, 11:55:31 AM Just wondering if any one has used Symfony http://www.symfony-project.com/ in the past I'm experimenting with it for a project, so far I have had mixed results. I really like the...
Gallery script with registration/view pic function? Last post on Apr 05, 2007, 09:34:09 PM I’m looking for a gallery script similar to the one on the sites listed below that I can incorporate into my own site setup. I want a gallery...
extracting width and height from a .flv file Last post on Apr 02, 2007, 12:33:15 PM Anybody know a way to extract the width and height (in pixels) of the image in a video .flv file? Thanks. Milt Barber...
Where do you find your web design/development clients? Last post on Apr 02, 2007, 09:05:56 AM Recently I changed my strategy regarding my work, and decided to stop taking projects (while I can survive this way ;) ) and focus more on my sites/products. In the...
AdBrite Clone PHP Script - Run Your Own Advertising Network Last post on Mar 29, 2007, 07:21:29 PM This amazing AdBrite Clone PHP script will allow you to run your own advertising network, similar to websites such as Adbrite.com, adster.com or adengage.com. You can run your own...
Different results for Iframe and php include Last post on Mar 26, 2007, 04:07:37 AM I'm trying to figure why a script I wrote is working in an IFrame but won't work as a php include. The script is in one coded file. The...
Affiliate tracking software Last post on Mar 20, 2007, 07:01:12 PM Does anybody know of any good affiliate tracking software? It would ideally need to be able to have customisable sign up information cookie tracking paypal integration override system php based,...
Where can I find some tutorials about PHP? Last post on Mar 13, 2007, 08:18:54 PM Where can I find some tutorials about PHP? I want to learn it so that I can first add forms to my business's site, and a search engine. I also...
Recommend Us Script Last post on Mar 13, 2007, 08:26:04 AM Hi, Recommend us script is one of the effective viral marketing tools. It is highly "recommended" to have a recommend us page and let visitors refer others to your...
Inline PHP currency conversion Last post on Mar 12, 2007, 12:51:29 PM I had need for this a few days ago, and in the end hacked together this version, it uses CURL and calls Google to get current currencies it can be...
PHP forms - a few questions Last post on Mar 12, 2007, 08:54:09 AM Hi all, I am working on building a PHP form on my website. It is a long form and I need it to email to me using PhP. I...
Version 1.1 released Last post on Mar 09, 2007, 08:31:27 PM We've just released a new version of our script, with a few bug fixes. Change log : Fixed bug to the database update script. Fixed bug in...
Possible problems updating the database Last post on Mar 07, 2007, 07:01:55 PM Bellow are some errors that you may get from the update script, and some possible fixes to them. Error: Permission denied. Chmod 666 the files marketplace_feed_v1.xml and marketplace_feed_v1.xml.zip...
Another cool tutorial site Last post on Mar 03, 2007, 07:32:35 AM Just found this site which has tutorials for Photoshop, php and more http://www.tutorialselect.com/...
Help please count down timer... Last post on Mar 02, 2007, 07:14:47 PM Help please Need a php code for a count down timer and for it to reset every 7 days from the date i start it i.e...
PHP User BackEnd Last post on Feb 23, 2007, 11:19:01 PM I have built a website for a my father-in-laws band, and another website for a musician that I am acquainted with. The issue is their gig dates are contently being...
Page Generate Script Last post on Feb 21, 2007, 06:28:08 PM I have a question before I start making my own, maybe theres an OS or GNU of this script already available, please share. or if its for sale its ok...
Newbie to php; help with what the different fields mean Last post on Feb 21, 2007, 10:33:05 AM Okay, I really need quite a bit of help -- this is my first ever attempt at a form (much less a php form!).... I read some other help...
Help with php_sessions login system, please? Last post on Feb 19, 2007, 08:43:46 AM Hi guys, I know you guys have been a little bit upset about my questions here before posted, because they may look as rookie questions, but I never said I...
Where do I download Whois .eu PHP script? Last post on Feb 08, 2007, 07:24:26 PM I wish to add a .eu whois availability script to my site. Where do I download php script gm_whois.php? Thanks...
Pop Up Ads: Revenue vs Visitors Last post on Feb 01, 2007, 07:47:18 AM I was talking with a webmaster lately that he told me that pop up ads tended to drive a lot of visitors away from his site so he pushed them...
Writing web applications that deal with multiple languages Last post on Jan 17, 2007, 01:01:12 PM As every web developer knows writing an application that deal with many languages is a hard task, and especially in php (at least until the next version which will handle...
upload :: Future functions and updates Last post on Jan 07, 2007, 11:48:25 AM Use this thread to post suggestions about functions for future versions of this class. Don't use this thread for questions about the current version, please start a new...
Two column rpoblem Last post on Jan 06, 2007, 12:00:42 AM Hi guys, I've got a problem. I've been working on this for some time now and I just cannot figure it out, maybe it's my code or something. ...
No validation email to Hotmail addresses Last post on Jan 03, 2007, 01:02:47 AM Hi olaf, I mentioned in another thread about not being able to receive validation emails if I enter an Hotmail address into the register form. I have checked all...
Google PageRank checker Last post on Dec 31, 2006, 12:38:15 AM Try this easy to Google PageRank button for your website: Google PageRank checking tool use it with each URL you like (max 100 characters): for example: www.domain.com http://sub.domain.com http://www.webdigity.com/index.php?action=post;board=28.0...
final destination of a link Last post on Dec 16, 2006, 12:58:13 PM Is it possible to retrieve the destination of a link, when it gets redirected? Many affiliate programs use a 3rd party to pay the affiliates. To track sales the promotion...
Big daily database update Last post on Dec 13, 2006, 10:31:40 PM Now that I know how to download a file with curl I have to process the file and update my database with the values of the new download. The process...
[Modification] Don't waste your 404s Last post on Dec 09, 2006, 09:30:19 PM This is a small tutorial that will help your smf forum use better the 404 errors. Actually it can easilly addapted to any kind of site with some small...
Get users level Last post on Dec 04, 2006, 05:25:13 PM Sorry if this has been answered already, but I'm trying show certain parts of a page, depending on a user level. E.g a menu, admin (level 10) can view...
PHP browser display problems Last post on Dec 04, 2006, 04:28:11 AM I've got a script that displays items in a table type display and automatically breaks the display into the appropraite number of pages based on the number of records. It...
Output error while sending headers Last post on Dec 01, 2006, 06:40:51 AM I am using Simple form mail ver. 1.11. The form is at www.bushbuckadventures.com/booking.html It produces this error message: "Warning: Cannot modify header information - headers already sent by (output...
Multiple file upload & storing filenames Last post on Nov 30, 2006, 06:12:02 PM upload_db_example.php example work with single file upload. i want use multi upload form and store filenames in DB, how can i do it? variables (upload.class.php) $file_copy stores, only...
Debug Help Last post on Nov 30, 2006, 09:10:41 AM Hi, Firstly can I say phpUpload is a brilliant piece of code that I have used many times. However recently I have had need to use it on...
File size uploading issue Last post on Nov 29, 2006, 09:32:45 AM Ok for some reason this wont upload an mp3 to my server past a certain file size. If i put an mp3 6mb or lower it works fine but above...
Mail form in Flash Last post on Nov 26, 2006, 08:14:03 PM Hey! So on my website, I have a mail form within flash and for some reason I am having two problems with it. Problem 1: The actual email will...
Website security against email spammers Last post on Nov 24, 2006, 09:00:47 AM I use a series of php pages to display information from the db. At the end of this series of pages I provide a contact page where the php script...
ORDER BY PROBLEMS Last post on Nov 22, 2006, 01:55:09 PM I AM USING MYSQL VERSION 3.23.58. [color=Red]when i am executing queries with ORDER BY when i want to sort GREEK words the ORDER BY fails[/color]. I have try...
Storing session variable Last post on Nov 21, 2006, 10:34:15 PM Question: Currently in some of my sites, i'm using a session variable for various things. A client wants the ability to save a session state and then reload it...
Upload image then show image with success message. Last post on Nov 20, 2006, 11:44:08 AM Hi there, i'm very new to PHP and have now used the great easy upload script and files. Everything works great and i was wondering if it was possible to...
Expiring Links Last post on Nov 17, 2006, 01:43:37 PM is it possible for a webpage to AUTOGENERATE a unique page url whenver it is accessed that EXPIRES after an hour so my users cant bookmark it and return to...
php Newsletter Script Last post on Nov 14, 2006, 05:07:29 AM Can anyone suggest the better newsletter script to use? I am looking for a php package. I have used 12all (activecampaign.com) and was hoping that there is a better package...
new to forum Last post on Nov 13, 2006, 12:25:37 PM I just earlier posted that I was new to this forum and also to php. I am trying new snippets and attempting to figure out how somethings work but...
New to webdigity Last post on Nov 13, 2006, 12:01:16 PM Hi Floks-I just signed up and am looking around. I am new to php and am looking to learn it and hope I fit in here....
Getting Started - "Success" message but no file... Last post on Nov 12, 2006, 08:29:31 PM Hello - I'm new to PHP but need a way for files to be uploaded to a specific directory on a host server. I've tested the "foto_upload.php"...
Suggestion for small change to Foto_upload class code Last post on Nov 12, 2006, 11:04:27 AM I have been doing some work with photo uploading and resizing using Easy PHP Upload. It has preformed exaclty as needed but I have made one modification to the source...
failed to open stream: Permission denied Last post on Nov 10, 2006, 09:51:07 AM I am using the easy upload php ,i have the problem,how to do it ,thanks! Array ( [upload] => Array ( [name] => 6.jpg [type] => image/jpeg [tmp_name]...
is it possible to track google ad clicks? Last post on Nov 02, 2006, 07:32:48 AM is it possible using PHP to track what user clicks on google ads, and when, how many times, etc? before i even try to do this, i want to know...
help storing large text into mysql please.. Last post on Oct 31, 2006, 11:38:48 AM hi, what's the best way to save large texts into mysql? i know there's a mysql table field called TEXT wich allows up to 65000 bytes of text but that...
[Modification] Reduce overhead by displaying static avatars Last post on Oct 27, 2006, 07:51:21 PM Recently I discovered that when a user uploads a custom image for avatar, the SMF see this image as an attachment. So any time that the avatar is loaded...
Multiple images with thumbnails Last post on Oct 26, 2006, 04:36:00 PM Love the script, thanks. I used the single file upload and multiple file upload and like both...but is there a way to combine the features so I get thumbnails from...
AU and PHP5 Last post on Oct 26, 2006, 10:10:19 AM Hi Olaf, First up, thanks for your great work. I have been playing with AU on SuSE linux with apache2 and PHP4 and it works quite well. I...
Easy upload php Last post on Oct 26, 2006, 09:20:59 AM I am using your the easy upload php and I am trying to rename the file to var assigned in url querystring. The value will always be included from the...
Found a security vulnerability in the Access User Class. Last post on Oct 25, 2006, 08:07:26 PM After looking through your source code, I have found a vulnerability in the function access_page() (line 168 of access_user_class.php) function access_page($refer = "", $qs = "", $level = DEFAULT_ACCESS_LEVEL)...
Hello you geeks! Last post on Oct 25, 2006, 10:07:04 AM Here comes a new geek named Eliezer, I used to work as a programmer at Woodwing México (www.woodwing.com) but I quit today to work on a personal project and I...
How to change root password in mysql Last post on Oct 24, 2006, 05:01:53 PM Recently I was trying to find out how to change the root password on my mysql server with no luck, so after some tweaks and searches I finally managed to...
Web Design Gallery Competition Last post on Oct 23, 2006, 12:50:03 PM Here we are with another cool contest :) This time the contest is about the grand new feature of our community, the web design gallery. This contest is...
Do you put advertising on your blog? Last post on Oct 21, 2006, 01:55:39 PM I am working on a new blog. I've put several posts, but am still working out the kinks and how I want it to be formatted. The question and...
Undefined variable error: $euro_date Last post on Oct 20, 2006, 11:04:06 PM I'm getting this error: Notice: Undefined variable: euro_date in /home/mydomain/public_html/classes/access_user/ext_user_profile.php on line 110 when I load the page update_user_profile.php. The line in question is: $form_field .=...
Mysql? Last post on Oct 20, 2006, 10:50:38 PM Hi I want use "Easy PHP Upload" but i need Mysql - Tabels? Sry my Eng Help...
more strange errors..php related Last post on Oct 20, 2006, 03:13:44 AM getting these errors when i try to edit my profile on third evolution site: Warning: strpos(): Offset not contained in string. in /hsphere/local/home/meth0d42/3rd-evolution.net/edit_profile.php on line 114 Warning: strpos():...
Problem with "just logging in" Last post on Oct 17, 2006, 05:48:43 PM I have the script installed, but I cannot log in to do anything ??? I am confused. http://blacktiedesigns.net/classes/login.php I can register but I don't understand why it's not...
Win a ticket for the Dutch Joomla! conference 2006 Last post on Oct 17, 2006, 02:23:14 PM This time there is a more "local" contest for people from the Netherlands (people from other countries may join this contest too ;)). On 31th oktober 2006 in Apeldoorn...
problems with the image resizing feature Last post on Oct 11, 2006, 04:54:23 PM Hi, i'm having the exact same problem as one of your notice board users Olaf but the issue was never answered - I am having some problems with...
How do you present articles? Last post on Oct 11, 2006, 12:28:38 AM I've got a section of one of my sites that has some articles. After it being up for a few months and watching my log/traffic, I took a more...
Does it work with safe mode on? Last post on Oct 04, 2006, 12:05:16 PM Hello, I'll be pleased to know if the class also works with safe mode = on. At the moment i get the following result, but i don't know...
Finally in working shape! Last post on Oct 03, 2006, 03:16:54 PM Hey guys - So I know that I'm the one who reviews everyone's sites and tells them how much they suck, so I figured I would give the...
Please explain the directory structure for this class Last post on Oct 03, 2006, 08:57:45 AM I am an intermediate PHP MySql user and have a few applications under my belt - But nothing as sophisticated as the access software I downloaded from here. I...
strange parse error Last post on Oct 02, 2006, 11:28:50 AM Hello, I created a country select thats created with some custom XML parser: http://www.bergtoys.com/dealer.php?lang=nl-NL the XML file is here: http://www.bergtoys.com/Connections/countries_xml.php?lang=nl the strange is that the country "Nieuw...
non database site search Last post on Oct 02, 2006, 10:40:11 AM is there a decent, easily implemented, unbranded non database site search? the site is plain html, but php is installed - converting the pages to php is really an...
Adversal popups Last post on Sep 30, 2006, 11:39:09 AM As I have mentioned to other threads here, I was searching for a good popup program for my proxy site. After yesAdvertising banned me (what a scam company) I...
[Website] www.resume-fix.com Last post on Sep 30, 2006, 08:24:30 AM Good Day Everyone, its my first time to have a site critiqued here at webdigity, I would like to have feedback first on aesthetics and second on usability, and user-friendliness...
php whois with .co.uk domains Last post on Sep 29, 2006, 04:53:00 PM Hi, I've just been playing with your script and was wondering if it'd be possible to add a .co.uk option? Would this be easy to add? Thanks...
funny hidden php gadget or whatever its is Last post on Sep 28, 2006, 06:47:38 PM Today I found this hint: if you add this query string at the end of an URL with a php script you will see a funny picture: ?=PHPE9568F36-D428-11d2-A769-00AA001ACF42...
Get NO error messages? Last post on Sep 26, 2006, 08:31:53 PM I get NO errors when using the foto_upload script - it says i've uploaded an image even if the image doesn't upload cause it doesn't abey the criteria of being,...
resizing/uploading doesnt work with large-dimensioned images Last post on Sep 25, 2006, 05:08:59 PM First of wanted to say that you have created a great product. I am having some problems with the image resizing feature (foto_upload.php). Evevry time i upload a file...
What do I do in the meantime? Last post on Sep 24, 2006, 12:31:06 PM I am about to do a site about the Philippines. Basically about tourism. I have just finished with the design of the site and converting the image to HTML then...
Who is this? Last post on Sep 24, 2006, 12:09:35 PM Okay, I am quite bothered by someone or something that has been lurking on my forums, Webmaster Forum Philippines . The ip is 66.249.65.15 I searched it on...
Max file size issue Last post on Sep 20, 2006, 11:42:23 AM I downloaded your php class and i have a form that uploads an mp3 to the server and it's ok for like under 2mb but then if it's bigger it...
Menu Builder Script Last post on Sep 20, 2006, 04:38:15 AM i came across this script but i cant seem to make it work. <?php $x - function_name(); function function_name() { // ==== Configuration section ========================================= ...
We need your help Last post on Sep 19, 2006, 01:40:04 PM Right now the whole project development depends of my free time (which is not too much) There are some things that I would like to ask for your help,...
[Website] J Love Web Design Last post on Sep 18, 2006, 07:27:23 PM This site, i am very particular about.. I am not SO much concerned with what your opinions of the actual design and layout of the site are, as I am...
best blog/cms ? Last post on Sep 18, 2006, 04:17:04 PM i have tried many different blog and cms scripts to see differences and expanding on some of them, but i wonder what everyones favorite would be, or if not favorite,...
Arcade Traffic exchange website for sale. GamersGo.com Last post on Sep 17, 2006, 10:56:50 PM This is a auction. Auction End Date: Sept 18, Monday at 6:00 PM GMT -6 (CNT) timezone. *This site is for sale on multiple forums. Website: http://gamersgo.com BIN:...
Any PhpScript for Autoresponder? Last post on Sep 17, 2006, 10:13:13 PM Is any body know if there a free PhpScript for Auto responder in regular basis? I have a save list of email address spam free but find quite take...
how to send a user their login if they forgot Last post on Sep 16, 2006, 05:31:09 PM Greetings, Is there a simple way to email a user their login name if they have forgotten it? thank you...
using php to get data from another webpage Last post on Sep 16, 2006, 12:28:44 AM ok.. what i'm trying to do now is part of a major project. this script needs to be able to find data on a specific webpage, through their hi-scores system...
a pagerank also for BAD sites Last post on Sep 15, 2006, 12:34:53 AM Hello, I know already some time about a website that is copycat of my website: :( www.idea.ps (check this site only with IE otherwise you can't see so...
not getting activation email Last post on Sep 14, 2006, 10:57:09 PM hi, i am a total newbie. i set up this cool script and everything seems to wotk fine except that after i register succesfully i get the message check your...
numbering database results Last post on Sep 14, 2006, 04:12:42 PM when the data is pulled from the database and it is printed on the screen (up to 20 items at once) how do you make it number each item? i...
dynamic javascript url Last post on Sep 14, 2006, 01:35:43 PM Hi, I like to use this dynamic image: <a href="http://www.free-pagerank-checker.com.com/" title="Free PageRank checking tool" target="_blank"> <script type="text/javascript"> document.write("<img src=\"http://www.free-pagerank-checker.com/pr.php?url="+document.URL+"\" border=\"0\" alt=\"PageRank\" />"); </script> </a> I...
Why SMF? Last post on Sep 14, 2006, 11:16:59 AM I don't know if this is the right place. I think I am learning more and more about SMF everyday. I haven't found a topic about this so......
overload Last post on Sep 13, 2006, 01:40:06 PM hi I am a php scripter from Romania, I have over 50 domains, most of them directories I also do SEO...
NOOB Guinnea Pig Needs Hand Holding to Install Access_user Last post on Sep 12, 2006, 01:54:01 PM Okay, I am totally ignorant. I would appreciate it if someone could hold my hand and give me step by step directions to installing Access_user on my server account. I...
php code via the command line on windows Last post on Sep 12, 2006, 12:07:10 PM Hello, I need to execute some php code through the command line on windows, like: from remote a script is executed to post some vars with GET, after...
Hello, Hola or Just Hows it hangin hangin dude! Last post on Sep 11, 2006, 06:25:11 PM Hello everyone. My name is John. I am very happy to have found http://webdigity.com I have a lot of domains and websites that I have been operating for...
Eurekster Swikies Last post on Sep 11, 2006, 02:50:09 PM This thread is like a continue of this one. I thought that it would be more appropriate to have a thread about swickies in general :) Anyway today I...
The $1000 cooking contest! Last post on Sep 08, 2006, 03:57:45 PM Just wanted to let you know about a contest I'm starting. The $1000 recipe contest Total prize money is over $2000 with one grand price of $1000. So if you...
mail send with php mail script end in junkmail... Last post on Sep 08, 2006, 01:36:43 PM Hi, finally I get my renewed php mail class working, but I can't get of the problem that the mail ends in the junk mail box in MS outlook....
Links bellow search results Last post on Sep 08, 2006, 12:16:17 PM Latelly we all have seen links bellow some listings in google search results (I think there was a thread about that also, but I couldn't find it...) For example...
Access User - possible to send mail through remote server? Last post on Sep 08, 2006, 08:53:12 AM Greetings Olaf, Thank you for providing access_user to the community. I love the product. It was easy to install and and any problems I had were easily...
Help Request for Members List and Search Engine Class Last post on Sep 08, 2006, 07:05:58 AM :) Hello. My name is Jake and am new to the Access Users Class (and also PHP). I recently downloaded Access_User with intentions of using the script for a Members...
user photo upload with a few details Last post on Sep 05, 2006, 09:46:04 AM do you have a php script where details of a form and an uploaded photo will be stored somewhere in my server awaiting moderation? so far i came up...
Google™ Sitemap Generator PHP function. Last post on Sep 04, 2006, 09:59:41 AM Check here for the function. http://www.vision.to/CMS/Home/index.php?pid=303 Hope you like it....
MOVED: Google™ Sitemap Generator PHP function. Last post on Sep 04, 2006, 12:28:28 AM This topic has been moved to Advertise your services. http://www.webdigity.com/index.php?topic=3947.0...
best way to get the mime-type from a file Last post on Aug 31, 2006, 05:28:22 PM Hello, Just tried to get the mime-type for a file to use this information in my e-mail class. First I like to use the the function mime_content_type() but...
php whois - eu Last post on Aug 30, 2006, 10:57:59 PM Hi, great script! What .eu server to use? I cant manage to get whois.eu working and all domains are being reported as registered. Many thanks...
Adding completely New Pages Last post on Aug 30, 2006, 01:41:37 PM Hi Olaf What would need to be added to a completely new PHP page, within the <?php section of the page header, so that it has access to the...
checkboxes and $_POST, send HTML mail Last post on Aug 30, 2006, 09:44:47 AM Hello all, Olaf ! Been hacking away on the user_access class and extended it to suit my specific needs, some changes and some improvements that suited my taste ! Very...
Senior PHP Developer/SysAdmin - United Kingdom Last post on Aug 29, 2006, 10:32:34 PM £30K+ Full time position based in our office in Battersea London. Advanced OOP PHP5. Need some Linux/UNIX SysAdmin skills. Full job description on our website http//:ink.ltd.uk * STRICTLY...
Show MySQL query with button Last post on Aug 28, 2006, 02:15:25 AM Hi All I have several tables in MySQL that I would like to generate a query view of those records, one table at a time, within a formatted HTML...
adwords recommendetions Last post on Aug 27, 2006, 04:57:29 PM Today I finally seted up my first adwords account. As a first site to promote with this service I decided to be webdigity :) But my problem is...
user photo upload with a few details Last post on Aug 27, 2006, 03:28:03 PM im not sure if this is the right forum for this topic. you see, ive been searching for a simple php script so users of my site can...
add new field to lengthy dbquery Last post on Aug 26, 2006, 08:11:57 PM trying to add to this PHP mysql db query (thats why i posted here, its written in php form) i want to make it so this very same "$result"...
categories and items Last post on Aug 26, 2006, 08:10:44 PM i have never worked with items that use categories :P but im trying to do this.. i have it now so i can create categories n items, but i cant...
Renaming en uploading multiple files Last post on Aug 26, 2006, 06:01:44 PM First: Great scripts!! I am trying to combine two example scripts, but it won't work the way i want to.... I want to upload multiple files, en renaming them...
Query and List, PhP Main Page Auto Listing of User Actio Last post on Aug 25, 2006, 03:38:13 PM "I'm looking for PHP that would Query my user interactive pages and list those changes in my news page for when other users enter they see what has been added...
php error when parsing file Last post on Aug 25, 2006, 07:31:07 AM error: Parse error: parse error, unexpected $ in /hsphere/local/home/meth0d42/3rd-evolution.net/administration/ranks_colors.php on line 67 code: <?php require_once "../maincore.php"; require_once BASEDIR."subheader.php"; require_once ADMIN."navigation.php"; if (!checkrights("RC") || !defined("iAUTH") || $aid...
PHP Testing within Workgroup Last post on Aug 24, 2006, 02:39:01 PM Hi All I have a local Workgroup with 5 PCs connected at home, with one of them acting as the server that has Apache, MySQL and PHP installed. I...
Very well done! Last post on Aug 22, 2006, 10:08:21 PM Just wanted to say masterfully done! Downloaded the class from phpclasses.org earlier today. All the fundamentals are covered. I created a user auth independently about a year ago for a...
some problem while uploading existing files Last post on Aug 22, 2006, 02:10:29 PM first: I translate error reporter to Chinese characters, thank you for your better class! case "zh": $error[0] = "文件:<b>".$this->the_file."</b> 上传成功!"; $error[1] = "您上传的文件超过了文件的最大... $error[2] = "只能上传小于 MAX_FILE_SIZE 的文件。"; $error[3]...
Hello Last post on Aug 21, 2006, 09:00:42 PM I'm Femi from Sweden (born '63) My website is www.vision.to Webdeveloper since 1998 My first computer was : ZX-Spectrum 48 (1982) Programing since 1982 ... Basic,...
Problem With Archive For SMF Last post on Aug 18, 2006, 12:00:30 PM Hello, I got around to installing the archive mode for SMF 1.0.7 today, but I'm having a little trouble. I'm getting a 500 server error when I visit domain.com/forum/archive.php...
Integrating the google checkout system to your application Last post on Aug 16, 2006, 12:34:30 PM Just found the first open source integration toolkit for google's checout services. It seems that this library is very easy to use, and it works with php 4 and...
Possible bug? getting 2 orders (1 more then normal) Last post on Aug 15, 2006, 06:34:59 PM I did a test run of your code and adding me as a customer (id =1). There maybe a bug. Any table with example as part of it's...
write PHP and build asp.net pages Last post on Aug 15, 2006, 06:07:32 PM Hello, since version php5 it's not news that in future version it's possible to write asp.net pages with php (thats fun) just found this link http://www.codeplex.com/Wiki/View.aspx?ProjectName=Phalanger think...
file upload to remote location, could use a hand here :) Last post on Aug 15, 2006, 01:22:20 PM Hi there, I'm new to your forums here.. I got here because i was looking for a nice PHP upload script, and Easy PHP Upload is what i...
Failed to connect to mailserver at "localhost" port 25, verify... Last post on Aug 15, 2006, 12:06:39 PM Hi I'he again. Ireceived the following message: Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or...
PHP benchmark test Last post on Aug 15, 2006, 09:03:54 AM just found this page: http://www.php.lt/benchmark/phpbench.php it's interesting that $size = count($x); for ($i=0; $i<$size; $i++) { // } is much faster then for ($i=0;...
cookie is set -> but doesn't remember login Last post on Aug 14, 2006, 02:39:11 PM Hello again Olaf! I have just noticed that on the login page - if I check the box to "Remember Login", the cookie is set, however - you...
Access_user Error messages!!! Last post on Aug 14, 2006, 10:29:38 AM Here it goes my firs threat!!!! I'm a newbie on php. I found the access user class script a very good way for what I want to do. ...
mail header issue (am i going crazie?!) Last post on Aug 11, 2006, 05:20:29 PM I get an error dealing with this line: $header = "From: \" " . $this->webmaster_name . " \" <".$this->webmaster_mail.">\r\n"; (in the access_user_class.php) When I replace that line with this:...
I forgot the port number Last post on Aug 11, 2006, 12:02:49 PM Hi, I need to enter a port number (somwhere between 8000 and 8999) to enter the config menu to my modem/router I did the setup by myself and and...
Implementing "Check empty fields ver. 1.01" Last post on Aug 10, 2006, 08:34:12 PM This is GREAT script and would seem to solve an ongoing problem I have w/ a textbox/checkbox email program for internal club use. What I don't understand is how...
Link on forum index, latest thread Last post on Aug 10, 2006, 08:13:54 PM This may sound confusing at first but.. bare with me.. I have been working with modifying PHP Fusion alot, and the forums on it are obviously a spin-off of...
auto select dropdown from database? Last post on Aug 10, 2006, 07:58:31 PM as you all should know by now, im quite a n00b at PHP, im a beginner, and i barely know the basics as it is.. but im having this problem.....
Batch resize software? Last post on Aug 10, 2006, 06:32:16 PM Hi, Does anyone knows of any good program for automatic resize of images? By the term 'automatic' I mean that the program will be able to resize a...
Getting it to work... Last post on Aug 09, 2006, 06:56:54 PM Hi, I'm very new to php, so perhaps I'm jumping in the deep end. Never-the-less, I'm not sure how to actually get this Easy PHP Upload to work on...
copy a file from remote with cUrl Last post on Aug 09, 2006, 01:38:27 PM Hello, I need to copy a file without using the php function "copy". I got this example sometime before from Nick: <?php $ch = curl_init("http://www.bergtoys.info/"); curl_setopt($ch, CURLOPT_TIMEOUT,...
Access user for non html files Last post on Aug 08, 2006, 05:37:36 PM Hi, I'm having great success using this class as a basis for protecting my site. I would appreciate any pointers from you how I can protect non-html files (PDF,...
A way around iconv Last post on Aug 07, 2006, 10:14:20 AM Including iconv into php seems to be breaking my server. I was wondering there was another way to use this function....
Importing SQL files Last post on Aug 03, 2006, 12:15:50 AM Hi Olaf Since I got this script to work on my ISP's server, I thought I would try and test it on my local machine I have XP...
Applying ICON imge based off condition Last post on Aug 02, 2006, 07:53:14 AM Hi All Using Olaf's Access_User class, which works great, and I am fairly new to PHP overall. My question is, that I have setup a MySQL database for users...
converting time Last post on Aug 01, 2006, 10:11:38 PM Does anyone knows any good way to convert timezones? I have an EDT timezone time, and I want to convert it to GMT. Any feedback will be appreciated...
Help! ,Newbee cant get Login right Last post on Aug 01, 2006, 11:29:47 AM I recently downloaded Access_user Class version 1.86 as a real newbee, the first Installation instruction:-Use the "users_table.sql" file to create your MySQL table. I do not know how do...
Login problem... Last post on Jul 31, 2006, 04:44:34 PM Well i will try to tell you my problem... i have a website that requires registration,so which is the problem... every member makes the registration thats ok...so far, when the...
Lead Engineer - United States Last post on Jul 30, 2006, 04:58:13 PM Php / MySQL Experts Wanted We are looking for an accomplished software developer who is strong in both php and MySQL and has a desire to grow and learn...
PHP Developer - United Kingdom Last post on Jul 30, 2006, 04:57:33 PM An exciting startup company, based in vibrant Spitalfields in the heart of the city, are currently recruiting an experienced PHP programmer to join the team. This is an excellent opportunity...
PHP / MySQL Entwickler gesucht - Germany Last post on Jul 30, 2006, 04:56:10 PM Wir suchen sehr kurzfristig freiberufliche Programmierer oder Studenten vorzugsweise der Studienrichtungen Informatik / Wirtschaftsinformatik oder ähnliche, für freiberufliche Programmiertätigkeiten im Bereich PHP / MySQL. Wir bieten bei entsprechenden Qualifikationen...
Web developer - Italy Last post on Jul 30, 2006, 04:55:30 PM Web developer with a good knowledge of PHP, SQL (PostgreSQL mostly), HTML, XML, Javascript For more info about this job offer click here...
do I need to use fulltext search for one column? Last post on Jul 30, 2006, 04:33:50 PM Hello, I have a table with these two important columns: "folder" (int) and domain_name (varchar(255). I accept there will be 1mio records some time and I need to...
Integrating your application with the webgity forum! Last post on Jul 30, 2006, 03:43:09 PM After a brief chat with Olaf, we decided to create an integration module for the webdigity forum. First let me explain the purpose of this with a real life...
Funny Pictures & Wallpaper Packs - Only $10 Last post on Jul 26, 2006, 05:36:47 PM Funny Pictures & Wallpaper Packs - Only $10 FUNNY PICTURES & WALLPAPER PACKS Funny pictures pack contains around 1900 funny .jpg and .gif images. Images have been collected...
Redirection to multiple pages and/or directories Last post on Jul 25, 2006, 12:20:11 PM Hi Olaf, Firstly, thank you for this great script. It really helped a lot to ease my job and my mind. Nevertheless, I have a problem that I cannot...
A funny web page for php developers Last post on Jul 24, 2006, 06:35:11 PM Just found this cool blog post, entitled Top 10 ways to crash PHP. Anyway it gives some funny ways that will lead to a crash through php, but also...
passing values from html/js to remote php script Last post on Jul 24, 2006, 10:20:53 AM hello, I noticed that there are several script that using an include file inside a javascript tag. With this file there visitor statistics stored inside a database....
PHP Question Last post on Jul 22, 2006, 10:53:17 PM Is it possible to get a php script that hides all ads once one ad is clicked? Also would this be allowed for PPC sites such as adbrite or google?...
PHP Whois aa_.com is free? Last post on Jul 22, 2006, 12:20:22 PM With domain "aa_", result is "[color=Red]The domain name: aa_.com is free.[/color]". Regards....
[website] my first directory site Last post on Jul 22, 2006, 11:40:10 AM Hello, After (almost) everyone here has its own directory site I created my own one: http://www.1linkdirectory.com/ I used a complete (very cool) script and niw I have...
Stats Question Last post on Jul 22, 2006, 10:36:50 AM Hey, I have a raw cpm ads scheme on my Proxy site and i wonder what these stats meant. http://img127.imageshack.us/img127/7852/statpm7.png I know what the Unique hits...
error page issue solved like siherrera's Last post on Jul 20, 2006, 12:54:05 AM Hi Olaf, I'm quite new to php but have started to get the hang of it thanks to your access_user files. I was having a similar problem as siherrera in...
nice free directory script Last post on Jul 19, 2006, 05:53:26 PM Just installed this directory script with a nice controle panel: http://www.particlesoft.net/particlelinks/...
HTML in other languages? Last post on Jul 19, 2006, 12:02:26 AM I have been thinking about this for about 15 minutes ... do people that live other countries that don't speak English still code in English letters? By that I mean...
Technical Yahoo! - United States Last post on Jul 16, 2006, 09:14:35 PM Yahoos Site Operations Group is looking for a software engineer to build and support existing tools for the Operations groups. You will be responsible for the design, implementation and ongoing...
Redirection question Last post on Jul 16, 2006, 01:01:46 PM My issue is this. I made a new contact form (http://www.silent.2dollarhost.net/contact/index.html). This form has a dhtml pop up window. In this window there is a regular table with a submit...
Date field Last post on Jul 16, 2006, 11:57:20 AM Hi I am new to the board and new to PHP. I was able to get your fantastic code to work in just an hour or so and seems...
Whois domain php script - .US whois server? Last post on Jul 15, 2006, 08:49:54 PM Hello I have just downloaded one of your scripts - whois. It is great. Thanks! Ony 2 questions please. 1. Any suggestion for .US whois? 2. win vs....
Restrict pass char Last post on Jul 15, 2006, 09:14:08 AM I'm interested in restricting the password chars (to alpha-numeric, no "special" char), and maybe increase the min length to 6. Where in the class should I be looking?...
How to Convert informix to MySQL? Last post on Jul 14, 2006, 11:36:06 AM I've got some data that was exported from Informix, how do I convert the data to MySQL?...
Hi All Last post on Jul 13, 2006, 10:36:54 PM Hi All I am new here and new to PHP development. I am an Oracle programmer and long-time Network Security Administrator. I am from Philadelphia, Pennsylvania, USA I...
Your own Adsense Website for FREE! Last post on Jul 13, 2006, 01:09:52 PM I stumbled across a free article directory script with 30,000 ready-to-install articles in 27 different topics. You can easily incorporate your own Adsense code or any sponsor for that matter....
PHP WYSIWYG - Is There One? Last post on Jul 13, 2006, 11:03:43 AM Is that possible. Is there a program like Front Page or Dream Weaver that lets you see PHP too?...