8,966 Posted Topics

Member Avatar for kn3rdmeister
Member Avatar for Djmann1013

Here's a [very old example](http://www.javascripter.net/faq/sound/play.htm), but I have no idea if this will still work.

Member Avatar for pritaeas
0
363
Member Avatar for Khav

`view/picname.png` is either a htaccess rewrite to another PHP script showing the picture in it's page, or `view` is the actual script and the picture is the parameter.

Member Avatar for Khav
0
324
Member Avatar for rotten69

The second parameter of post(), the data, should use curly brackets, and not parenthesis.

Member Avatar for lambing
0
202
Member Avatar for Violet_82

If you want something out-of-the-box, have a look at HighSlide. [Here](http://www.roadrash.no/hs-support/gallery-in-page-thumbstrip-below-with-largeimage.html) is an example. If you want to write your own, perhaps the code will get you started. There's also [this thread](http://www.daniweb.com/web-development/javascript-dhtml-ajax/threads/385136/ajaxjquery-gallery-not-loading-correctly), the link shows a similar gallery.

Member Avatar for Violet_82
0
655
Member Avatar for Violet_82
Member Avatar for JackPaddyWack

> WHERE id='{$_POST['id']}'"; You should put the id in a hidden input in your form, it is missing.

Member Avatar for JackPaddyWack
0
141
Member Avatar for CarterLangley

1. Adding a fixed number of images as columns will make scaling later much harder. I'd advise to use linked tables. 2. You can use two images, but you can also choose to auto generate them, for example with phpThumb (or any similar package).

Member Avatar for CarterLangley
0
316
Member Avatar for razamughal67

What is the reason you are using Flash and PHP ? Why not make the entire form without Flash ?

Member Avatar for pritaeas
0
193
Member Avatar for maoneke

Define what you mean by 'archive'. Delete records? Move records to a different table? Do something else?

Member Avatar for pritaeas
0
70
Member Avatar for Sanchixx

PHP runs on the server, so you will either need to submit a form, or do an AJAX call from Javascript. So if you explain some more what you want to achieve, we can advise a little better.

Member Avatar for Biiim
0
197
Member Avatar for iamnot

You can store the HTML for a particular option (text column), if your images are accessible by a path (instead of images stored in a blob).

Member Avatar for smantscheff
0
195
Member Avatar for CriticalError

You will need something like: UPDATE rc_Pages SET pCategory = 'C#' WHERE pName LIKE 'C-Sharp%'

Member Avatar for CriticalError
0
114
Member Avatar for nice_candy

It's either visible, or it's not. You cannot hide it for a specific project, and show it to all others.

Member Avatar for pritaeas
0
177
Member Avatar for mani508
Member Avatar for Reverend Jim
Member Avatar for jpknoob

Your option tag is not closed, not sure if that will cause problems. Your PHP script uses a table named 'table', while the other one uses 'kbaCalc'.

Member Avatar for cscheck
0
379
Member Avatar for gurusubramaniam
Member Avatar for ngchpg
Member Avatar for pritaeas
0
567
Member Avatar for rithish

You don't need to know where the physical file is stored. You will connect to the server, not to the file directly.

Member Avatar for itzarun
0
100
Member Avatar for ak47carbon

You'll need to find an SMS gateway first. Google "php sms gateway" for more information. [Here](http://www.webdesign.org/web-programming/php/sending-sms-with-php.14782.html) is one tutorial.

Member Avatar for pritaeas
0
80
Member Avatar for kn3rdmeister

In addition, if you have a timestamp column, then there's no need to add two additional columns. Just use `YEAR()` and `MONTH()` in your query.

Member Avatar for pritaeas
0
674
Member Avatar for Khav

1. Likely it will. But if it gets heavier, a database is more likely, as it won't have the multi-user issue. 2. Unsure what you mean by this. Please explain. 3. A server can handle more than you think. You can always implement specific caching to speed things up. 4. …

Member Avatar for pritaeas
0
173
Member Avatar for johnnycho

Yes, that's possible. I have a web host where I have one shared server, with multiple domains pointing to different folders (a sub-domain is still a folder). You should check with your host if and how this can to be done (I have cPanel and can just configure it there).

Member Avatar for knssanthan
0
240
Member Avatar for jumboora

You can use modulus. If interval is 2, that means that every third line is written. Initialize a variable to 0 before the loop, then check before writing if that variable modulus (interval + 1) equals zero. Increment at the end of your loop.

Member Avatar for Cameronsmith63
0
230
Member Avatar for msyst3m.com

What database are you using? You can use the `WHERE` clause to compare all three columns.

Member Avatar for pritaeas
0
159
Member Avatar for aneeqtariq_143

In your HTML page, did you define a BASE meta tag ? If so, either remove it, or prepend your links with `http://`

Member Avatar for pritaeas
0
115
Member Avatar for mahlak
Member Avatar for anu013

jQuery is probably the simplest way to achieve this. Have a look at the samples ont their website.

Member Avatar for anu013
0
307
Member Avatar for godinu
Member Avatar for godinu
0
225
Member Avatar for DJ-DOO

> echo join($data1, ',') Should be: echo join(',', $data1); As a sidenote, you can get excellent support on the HighChart's forum.

Member Avatar for pritaeas
0
445
Member Avatar for ak47carbon

A framework is a set of casses and/or functions to ease your development. For Javascript jQuery, ExtJs, MooTools, Scriptaculous, etc. How to use it: read the documentation. Cake is a framework for PHP (as is CodeIgniter, Zend, Symfony). A version is just what it is. Even if you build your …

Member Avatar for pritaeas
0
205
Member Avatar for newtohacking1337
Member Avatar for sepp2k
0
443
Member Avatar for arunthewolf
Member Avatar for gurusubramaniam

A PDF document is displayed by a plugin in the browser. It's not possible to control these with Javascript.

Member Avatar for cereal
0
173
Member Avatar for Patiodude

I don't know 1and1, but for nearly every host I've had this was no issue. If you point your domains to their DNS, you should be able to map them to different folders.

Member Avatar for pritaeas
0
126
Member Avatar for naru vaishnaw

If you want to send that mail to two persons, then add a second email address in `$to` separated by a semi-colon.

Member Avatar for pritaeas
0
81
Member Avatar for ping0ping

Depends. If you are allowed, you can use `file_get_contents` to get it (and `file_put_contents` to save it). If it's disabled you can do it with cUrl.

Member Avatar for ping0ping
0
243
Member Avatar for Patiodude

Do you want something like a CMS ? A form to enter your article and save it to the database ?

Member Avatar for pritaeas
0
161
Member Avatar for mike_2000_17

The best description I found in [this article on ElReg](http://www.theregister.co.uk/2012/07/04/cern_spots_higgs_boson/) stating what I learned from the CERN statements: "finding a particle that is pretty much almost certainly the long sought-after Higgs boson".

Member Avatar for DavidB
1
167
Member Avatar for bo0ga

It is still available on Microsoft's website as an ISO. http://www.microsoft.com/en-us/download/details.aspx?id=25129

Member Avatar for JorgeM
0
150
Member Avatar for webflybullet

ExtJs is for client-side development. You still need a back-end script/language for handling the database.

Member Avatar for pritaeas
0
55
Member Avatar for tatarao25

Finding reason for disconnecting is troublesome. Do you have any logging you can check out, perhaps find some patterns? It could be caused by anything from software to hardware.

Member Avatar for pritaeas
0
161
Member Avatar for Raakesh399
Member Avatar for gurusubramaniam

You can use a cron job if you are on linux. Otherwise the Windows scheduler.

Member Avatar for pritaeas
0
114
Member Avatar for Pidgetastic

You get that because `$filename` is undefined, it has no value set. Somewhere you need to have: $filename = ''; // not an empty string of course, but pointing to the uploaded file

Member Avatar for akmozo
0
610
Member Avatar for Krefie

Breakpoints can be conditional, so that they only break when it has a certain value. In your breakpoint list, double click your breakpoint, then you can use a statement to set the condition.

Member Avatar for pritaeas
0
226
Member Avatar for ruchi18

One query knows nothing about another, so you would have to keep track. Bascially if you add a 'count' column, then you can sort by it, and select random from those. You would have to update the records, so a stored procedure is an option.

Member Avatar for urtrivedi
0
130
Member Avatar for Setvir

http://php.net/manual/en/mysqli.init.php "Any subsequent calls to any mysqli function (except mysqli_options()) will fail until mysqli_real_connect() was called." Remove line 2.

Member Avatar for cereal
0
164
Member Avatar for Floppy1

Am a little unclear of what is happening. Are you looping a dataset, and outputting each row into a PDF ?

Member Avatar for pritaeas
0
215

The End.