8,966 Posted Topics

Member Avatar for bavenbabu

The facebox plugin script is not included. Also, remove line 2 and keep only the latest jQuery version. Including two usually works, but is rather pointless.

Member Avatar for pritaeas
0
173
Member Avatar for pratik1

Are you coding it yourself, or are you using Google Site Search? Is your content in files, or in the database?

Member Avatar for pritaeas
0
48
Member Avatar for Angelojoseph17
Member Avatar for danielsikes

Is it a requirement you do this in code? For synchronizing folders on my servers I use [Beyond Compare](http://www.scootersoftware.com/). Works like a charm.

Member Avatar for pritaeas
0
244
Member Avatar for mortyBox
Member Avatar for mtho
Member Avatar for veedeoo
0
123
Member Avatar for khurram.1987

You said yourself, they crashed because of low disk space. Your new machine most likely has plenty of space, so no issues arise. The table data is fine on the disk, but the server requires disk writes for all kinds of stuff.

Member Avatar for khurram.1987
0
249
Member Avatar for james chaco
Member Avatar for vizz
Member Avatar for baig772

Try adding your CSS/images with absolute links, for example: `/styles/default.css`

Member Avatar for pritaeas
0
108
Member Avatar for garden4ork

Depending on what data type you use, just write a function that does this for you. If you want a little more advanced code, you can use operator overloading, so you could use any type you want for the time part. The basic function declaration (with strings) could look something …

Member Avatar for pritaeas
0
263
Member Avatar for klemme
Member Avatar for dineshswamy

Define "not working everytime". Browser caching? Session functions all in the right place? Local or remote server?

Member Avatar for CoursesWeb
0
100
Member Avatar for cr7489
Member Avatar for youvi
Member Avatar for pritaeas
0
134
Member Avatar for webweaverssss

I know you solved it, but I think the problem is that `session_start` has to go before `ob_start`

Member Avatar for pritaeas
0
230
Member Avatar for belber

If you google the error, you get a lot of hits. See if any fit your situation.

Member Avatar for belber
0
102
Member Avatar for PrimePackster

I am experiencing the same. A lot of timeouts. At times it appears okay, but not for long till it breaks again.

Member Avatar for PrimePackster
0
218
Member Avatar for gopi17

Perhaps there is an error in your session handling, as I have never had this problem. Show some code.

Member Avatar for pritaeas
0
58
Member Avatar for arihantphp

I think you should search for a Javascript solution, so the images get resized BEFORE uploading. Resizing with PHP solutions, can be found in this forum. [This one](http://www.daniweb.com/web-development/php/code/387843/php-thumbnailer) for example

Member Avatar for pritaeas
0
307
Member Avatar for klemme

Be patient, the issues are being addressed. Can you post the offending line? In the mean-time, check this: http://www.phpfreaks.com/forums/index.php?topic=140656.0

Member Avatar for pritaeas
0
228
Member Avatar for ak47carbon

Google for "ajax tutorials" and start there, or get a [book](http://www.packtpub.com/ajax-and-php-2nd-edition/book) .

Member Avatar for rotten69
0
140
Member Avatar for bavenbabu

Where it says "Details are entered into the table!" you should output the new HTML table, which should be returned by your PHP insert script.

Member Avatar for bavenbabu
-1
133
Member Avatar for shahbaz13

Does your web.config allow rewrite rules then? What are you trying to convert this to, IIS? Are you using IIS URL Rewrite?

Member Avatar for shahbaz13
0
218
Member Avatar for gopi17

Just adding `media=handheld` is not enough, you'll have to adjust your CSS file too. Usually means creating new smaller images.

Member Avatar for jwmollman
0
94
Member Avatar for MnMmatz

Instead of `$quantity=$_GET['txt1'];` use: $quantity = isset($_GET['txt1']) ? $_GET['txt1'] : 0; to give it a default value if it was not specified. (Next time use code tags please.)

Member Avatar for pritaeas
0
290
Member Avatar for Ancient Dragon

In Opera, after posting it shows `Show Comments`, after refresh `Edit Post`

Member Avatar for Dani
0
150
Member Avatar for shielaolid

> Also is number an int or string, if int remove single quotes. Works with and without for an int, and there is no need for splitting the string like that.

Member Avatar for pritaeas
0
180
Member Avatar for dyingatmidnight

> Wouldn't that rewrite it the opposite way? Yes. That is basically how it works. What you type in the URL is `/product/12` (this is your virtual page). The rewrite rules change this to `product.php?id=12` (your actual page) which should be the script you have, with the parameters you need. …

Member Avatar for dyingatmidnight
0
162
Member Avatar for lastgame2007
Member Avatar for redrobby02

Just tried it, and am having the same issues. In my opinion, the mouse enter should have been disabled too. You should report a bug at JVCL.

Member Avatar for pritaeas
0
142
Member Avatar for richprich

How about this? It does not included query parameters (yet): [CODE] $new_comment = preg_replace('%(http://)?(www\.)?(my_website_url\.com)([/\w]*)?%m', '<a href="\1\2\3\4">\1\2\3\4</a>', $comment); [/CODE] Note that it may need some tweaking to get all your url's correctly.

Member Avatar for richprich
0
356
Member Avatar for pasterstroodle

You could store the POSTed value in a session variable, just be sure you do not overwrite it.

Member Avatar for pritaeas
0
117
Member Avatar for Ancient Dragon

The timezone can be fixed by including a default timezone in php.ini

Member Avatar for pritaeas
0
103
Member Avatar for lastgame2007

Just use an auto increment column in your table. You can prepend/append anything you like in your select query, or afterward in PHP.

Member Avatar for pritaeas
0
54
Member Avatar for iamjin04
Member Avatar for gopi17
0
180
Member Avatar for adityamadhira

You cannot do payments without a 3rd party tool, unless you (or your company) are a bank certified payment provider. Basic validations can be found all over the net.

Member Avatar for phoenix_2000
0
175
Member Avatar for rajeevphp2011
Member Avatar for MrPlasticTramp

Show the code that saves it to file. Should be the easiest way to see how you can retrieve it again.

Member Avatar for pritaeas
0
108
Member Avatar for ak47carbon
Member Avatar for RazorRamon

Well sure, if he divides [iCODE]$diff[/iCODE] by [iCODE]$minute[/iCODE] the result is what he wants to output, he'll just need a single line..... (Something similar for the rest of course, the whole thing can probably be done within 20 lines of code.) Perhaps he gets paid by line... ;)

Member Avatar for diafol
0
481
Member Avatar for gopi17

What do you mean, you use the handheld's browser ? Or do you want to make an actual app ? For the first, you'll just have to make sure your layout fits on small screens. Depending on what you build, a CSS change might just be enough.

Member Avatar for gopi17
0
133
Member Avatar for New-Reign

Convert your num (string) to an int first, using parseInt: [CODE] var hex = parseInt(num).toString(16); [/CODE]

Member Avatar for New-Reign
0
89
Member Avatar for FaisalSarfraz
Member Avatar for mangel.murti

Not quite sure if this is what you mean, but if the answer decides the next question, you can add a second parent id (next question id) to the child table.

Member Avatar for pritaeas
0
151
Member Avatar for smartcard
Member Avatar for cleggy1987

What do you mean by connect the two ? One extends the other, so they are already connected.

Member Avatar for cleggy1987
0
204
Member Avatar for thepanther
Member Avatar for thepanther
0
93
Member Avatar for lyrico

Do you want to write it all in PHP? See glob, file-get_contents, str_replace or preg_match in the manual to get started. The lazy way would be to execute grep (if you have it) and let that return the results.

Member Avatar for pritaeas
0
85
Member Avatar for M.Waqas Aslam
Member Avatar for M.Waqas Aslam
0
341

The End.