Summary: Hey Guys, I need some help with the database i am building. I have a table where I store the path to pictures. Each user can have 5 pictures. On their...
Summary: Firefox will not "loop embedded sound" any help will be appreaciated. I am using: <embed src="celine.mp3" width="0" height="0" autostart="true" hid...
Summary: Sorry for posting again so soon however I am still stuck. Below is a sample code of what I am trying to do: <script> function enableDisable0() { ...
Summary: I am using PHP version : 5.0.4. I have tested the application found http://www.sitepoint.com/article/php-gallery-system-minutes/2 which uses the same ...
Summary: A mysql result set is NOT an array - it is a resource pointer. So you cannot use array functions on it. Why would you want to use an array command any...
Summary: Hey Michael, I figured out a different way. I created a wrap in css and put in individual cells the size of the covers and made them all float left, i...
Summary: Aargh, this forum is blocking my img code that should go in between the two lines of my while loop body. How do I post it properly? echo "img src=\""...
Summary: I am attempting to create a database for my rather large collection of DVD-Rs. I have used phpMysql to create the database and have created two table...
Summary: If I am understanding you correctly you want to read records iteratively from a flat-file. If that is the case AND if you have each record on it's own...
Summary: Well that post didn't work very good did it? Here is the rest of the code (I hope). Just change the [ & ] symbols to < & >. Or, just look for the c...
Summary: Oh, I've just had a thought. Since you say yourself that you are better at repairing computers while sitting in front of them, why don't you run your ...
Summary: I had the same problem a while ago in this post. I never got the "r+" method to work. However, if you visit my web site then you can download my simpl...
Summary: ouch, so the HTML didnt work :D I tested out sending HTML email with that code, and it's accepted perfectly (not in bulk) by Yahoo and Gmail (and outl...
Summary: some thoughts: - change LINKS to LOCAL ACTIVITIES to convey that you list things to do on that page ... this will be more enticing for your visitors ....
Summary: hi all, i have a client whose server has been updated to php 5.2.0-8 and now this script, which is used ot send out a newsletter, has 2 problems: 1. ...
Summary: SN-- Yes, funny I read this after figuring out a solution. As a good computing.net "asker" I posted some of my answer below. The question and concep...
Summary: Hi all, I am new to this group and PHP programming. I have a very simple question. I have a database where I want to store and display all images. ...
Summary: This is the code I'm currently using, to display pictures. Pictures are stored in directories depending upon their content in the form yyyyy (x).jpg w...
Summary: If just made a simple php-script to try and generate as much option-tags within a select-tag with a for-loop. for ($counter = 1; $counter<100000; $...
Summary: Hi everyone. I need help. Here's example of html & css; [style] .item_id { visibility:hidden; } [/style] [html] ... [div id="ITEM_ID-A001" class="item...
Summary: You might have a couple of options. I *believe* that when you submit fields with the same name, the values of the fields are concatenated together com...
Summary: When I was in computer class working on Dreamweaver as well, I myself wanted to add a Midi file into my page. My friend helped me out and inserted thi...
Summary: Thank you, yes it was done with tables (not bad for 1st real attempt(pics still suck though)). I have been looking at advanced CSS for a while, I li...
Summary: Laler, With a little bit of tweaking, I can make that work over a wide range of HTML levels and browsers, even without CSS. Just one problem: how can ...
Summary: Ok here i go Im working on a script, it reads through a directory, and loops through each folder it finds in that directry, then decends into each of ...