- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
14 Posted Topics
Re: I know you do not want Gimp, but it is probobly the best you are going to get for Linux that is free. There is a 30 dayt trial for[URL="http://www.linux.com/archive/articles/50391"]Pixel[/URL] which is supposed to be the the "linux photoshop" or you can give [URL="http://www.linuxhaxor.net/2008/09/29/nathive-a-free-linux-image-editor/"]Nathive[/URL] a shot. | |
Having a problem that I can't seem to find a solution for. I am using a picture as a button for my site and when you click the picture it brings you to the main page of the website. My problem is that I want the button to make a … | |
I wrote a script that will take data and post it to a database no problem, but at the same time I need the data to be emailed to two different email addresses and I never get an email. My code looks pretty solid and I am not sure what … | |
![]() | Re: The best way to do this would be for you to use a text file as your dictionary rather than as a variable within the script. Then you can read/write to the dictionary. |
I am having trouble getting PHP to run on Windows 7 under Apache. I know I installed everything properly because I have them running on 3 different machines (one with XP, one with Vista), but for some reason when I use my phpinfo(); script it shows up as plain text … | |
Re: All you are asked to do is compare those three database development applications. Doesn't seem to hard. This link compares: [URL="http://blogs.sun.com/GeorgeTrujillo/entry/mysql_versus_oracle_features_functionality"] MySQl and Oracle[/URL] This link compares:[URL="http://swik.net/MySQL/MySQL+vs+MS+SQL+Server"] MySQL and MS SQL Server[/URL] (but it's for SQL Server 2000) My vote is for MySQL, because it is free, has an easy … | |
I for the life of me can't get this to work and I get no errors. [B]admin.php[/B] [CODE=php]<html> <head> <title>Admin Area</title> </head> <body> <? //connect to mysql //change user and password to your mySQL name and password $conn = mysql_connect("host","username","password"); if (!$conn) { die('Could not connect to the database: ' … | |
I noticed that alot of sites URL's tend to look like this: [url]www.example.com/the-name-of-the-article-separated-like-this/[/url] How can I do that? I really don't think that is all manually done. If this belongs in the PHP thread sorry. I am using PHP for creating my blog and its done, but I just wanted … ![]() | |
I am creating a blog and wanted to be able to have the posts show up on the homepage (which I have coded flawlessly), but I want them to be posted to another page at the same time and ad a "read more" link where they can see the full … | |
I have been working with PHP for a few months now and I wanted to make a simple mailing list script to add to a website I am helping redesign. I think that a mailing list will be a welcome upgrade. Anyway the error I am getting is[CODE]PHP Parse error: … | |
Re: My go to for the latest HTML and CSS markup has always been [URL="http://www.w3.org/"] The World Wide Web Consortium[/URL] They have great tutorials, examples, and even an in-browser text editor (sort of like dreamweaver) where you code on the left and the result is on the right! I learned the … | |
Whats up everyone? I have seen a lot of good things and learned alot from the Daniweb community over the years but never became a member. I am sure that we can guess I am in to computer's, but there is alot more to me than that. I am a … | |
Re: I am not a big user of Mac's but I am pretty sure that if you just want to use it as an extra drive you need to format it to the FAT32 filesystem. If it is set-up as a slave drive right now then you should be able to … | |
Re: I like the 'Sams Teach Yourself' books. I have PHP by them but it was for version 4.3, but I am sure there is an updated one now. |
The End.