236 Posted Topics
Re: The best way is to use layers. So you would import the image or photo into a photoshop file on a layer. Then make a new layer "above" the image and draw or import the graphics that will create the curved or shaped part. At a quick glance this looks … | |
Re: <input type="submit" value="att1"> and in your php do: if($_POST['submit'] == "att1") { do stuff... } | |
Re: That really depends on how your host has setup the server. Chances are you will need to create an ftp account and install the frontpage extensions for the site you want to work with. | |
Re: I think it's because the server accepts asp style code tags as php tags, in other words the server is try ing to parse <?xml... ?> as php. So try this: [PHP]<?php echo '<?xml version="1.0" encoding="iso-8859-1"?>'; ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/PHP] | |
Re: You should post several lines of code before the line mentioned in the error + the line mentioned in the error. If possible post a "complete statement", ie a section of code that is more or less complete unto itself. But I have to say, the code in your error … | |
Re: MySQL is the most widely used and supported database. PostgreSQL is popular as well. Server-side languages to look into for interfacing your site with your database: PHP, Ruby on Rails, Python. So it will be diffucult for anyone to tell you the "how" until you have decided on the "what … | |
Re: You need to learn about arrays and loops. [url]http://www.php.net/manual/en/language.types.array.php[/url] [url]http://www.php.net/manual/en/ref.array.php[/url] [url]http://www.php.net/manual/en/control-structures.foreach.php[/url] [url]http://www.php.net/manual/en/control-structures.for.php[/url] [url]http://www.php.net/manual/en/control-structures.while.php[/url] | |
Re: It looks like the value of the 'stat_pts' field in the database is zero, or possibly you have the field name wrong. Change it to this and you will be able to figure it out i think: [PHP] function addOneAtt($uname, $attname) { //Get current number of attribute point and stat … | |
Re: index.php?page=userinfo?user=$session->username\ should be: index.php?page=userinfo&user=<?php echo $session->username ?> | |
Re: You have not declared a doctype for this page. This leaves each browser to decide how it will render the page (quirks mode) vs following standards (standards mode). Declaring a doctype may make FF start paying attention to your z-index declarations. Doctypes: [url]http://www.w3schools.com/tags/tag_doctype.asp[/url] I think this menu will be bad … | |
Re: This doesn't use ASP, but it should give you the client-side info you need. [url]http://remysharp.com/2007/01/20/auto-populating-select-boxes-using-jquery-ajax/[/url] I highly recommend the JQuery library: [url]http://jquery.com/[/url] | |
Re: [PHP]echo "Logged in as ".$sesion->username;[/PHP] | |
Re: Does the server you are working on have register_globals = on ? If not (and its more secure if register_globals is off) then you will need to get the $content variable like so: [PHP]$Content = $_GET['Content'];[/PHP] also register should be in quotes like so: [PHP]case 'register':[/PHP] | |
Re: The webroot is the top level directory where files will be served to the web. For instance the directory structure may look like this: /home/accountName/public_html/ In this case only files in public_html/ would be available to the people browsing the site. Also in this case I think they may be … | |
Re: Wow... That's interesting. I think (and this will sound crazy) that your page was somehow saved as the 404 page. The header response from the server is saying 404 not found: [CODE]Date: Fri, 30 Mar 2007 18:51:47 GMT Server: Apache/1.3.33 (Unix) ApacheJServ/1.1.2 PHP/4.3.10 FrontPage/5.0.2.2635 Rewrit/1.1a X-Powered-By: PHP/4.3.10 Set-Cookie: swtest=1; expires=Sun, … | |
Re: I think you need to reference the form name as well so it would be something like this: Number(document.formName.blackeyedsusan.value) ... | |
Re: Maybe this will help: [url]http://www.php.net/manual/en/ref.calendar.php[/url] | |
Re: Agreed. This would not be an efficient nor effective approach. | |
| |
Re: You can do this without tables. Ideally tables should be used only for tabular data. The layout of your site is NOT tabular data. You will want to read up on the css property: clear. There is a nice article here: [url]http://www.positioniseverything.net/easyclearing.html[/url] | |
Re: Edit the following line: [PHP]$HTML=load("easyboard_template.html");[/PHP] so that it says: [PHP]$HTML=load("board.html");[/PHP] Then point your browser at easyboard.php. | |
Re: You need to learn about making a [B]flash preloader[/B]. It won't really speed up the loading time, but will give your visitor an indication that something is happening and the progress. | |
Re: [QUOTE=UrbanSky;332604]You get the error message because you have your error level set to E_ALL or simalar. The message that you are getting is a warning and doesn't affect how the script runs. When you put it on a production server you shoud have the lower level warning messages turned off … | |
Re: I've heard really good things about python as well, although I haven't used it. I did see an impressive screencast for turbogears (uses python). No matter what language you learn I would encourage you to begin learning good design patterns along side your learning the syntax and functionality of whatever … | |
Re: Please explain how you are testing the socket. It is strange to me that your php script doesnt have a loop... | |
Re: I think you want to use a dynamic domain name service. There are many free ones available (but I'm not sure about the .co.uk part). You can try [URL=http://www.dyndns.com/]dyndns[/URL] or [URL=http://www.no-ip.com/]no-ip[/URL]. Essentially you would get a domain name like this: [url]www.yourname.dyndns.com[/url]. Both sites above actually have different base domains for … | |
Re: Personally I'm not a fan of real media. I would use (cringes) windows audio and windows video formats, mostly because people won't have to download anything new to watch or listen. | |
Re: I'm actually seeing blank spots right now and I'm in North Carolina... Edit: Actually I think it has something to do with adblock sorry :o | |
Re: From everything I have read you have to have a copy of the MS-SQL server to get that file... | |
Re: I really like the Photoshop WOW series of books. I haven't looked at Photoshop CS for Dummies so I don't know. I wouldn't buy the Photoshop CS Bible unless you know for sure that you are very serious about using photoshop. | |
Re: Codepunk's site isn't fancy or anything, but I find his tutorials very easy to follow and understand. Sorry for the slightly offtopic post :) ![]() | |
Re: I think its good to get an email every so often, but weekly emails get old pretty quick. Is it necessary for me? No. | |
| |
Re: I think you are doing a good job. Your content is great. In my opinion continuing to publish quality content like you have will lead to good relevant links. You might consider putting a couple of the posts from your site on the DaniWeb blog to attract some attention. | |
Re: Considering the state of things now, with Google's popularity and page rank based on linkbacks its probably a necessary evil. Unless you somehow manage to get into a "viral" growth situation where your users do most of the link back generation and recruitment for you. | |
Re: Put your mail function in an if-then statement. If it returns false it's time to display your variables before you try to call mail so that you know for sure the values that mail is recieving. If it returns true then it probably isn't a PHP issue, but a server … | |
Re: I haven't tried it, it just seems pointless. | |
Re: puddin I think AJAX can do what you want, that is if I understood your post correctly. | |
Re: Check this out: [url]http://css.maxdesign.com.au/listamatic/horizontal01.htm[/url] You need to use display:inline; to get lists to line up horizontally. Lists rock for menus. :) | |
Re: FDC Servers has a nice selection of dedicated servers with your choice of operating systems. [url]http://www.fdcservers.net/[/url] | |
Re: Try: RewriteRule ^(.+)\/$ listings.php?path=$1 [L,R] | |
Re: [url]http://us2.php.net/get/php-4.4.2-Win32.zip/from/a/mirror[/url] It will be in the sapi folder. | |
Re: [PHP]ini_set ( 'max_execution_time', 86400 );[/PHP] The time here is set for 86400 seconds (24 hours) :lol: You can find more info here: [url]http://www.php.net/manual/en/ref.info.php#ini.max-execution-time[/url] | |
Re: Are you using curl? You really should have started a new topic in the PHP forum. | |
Re: You will have to reload the page or use AJAX. To reload the page do something like this: <a href="http://www.puddinpatchdatematch.com/open.php&inc=opener.inc">Profiles</a> Then on the next page: if( $_GET['inc'] === "opener.inc") { include('opener.inc'); } | |
Re: What do you mean by browser preference? The browser they are currently using or some input they supply? | |
Re: Begin reading here: [url]http://www.php.net/manual/en/features.file-upload.php[/url] |
The End.