8,966 Posted Topics

Member Avatar for Joe34

For completeness, there is also [url=http://www.apachefriends.org/en/xampp.html]XAMPP[/url]

Member Avatar for Joe34
0
108
Member Avatar for davehere
Member Avatar for davehere
0
211
Member Avatar for benjaminFowl87

[url=http://cc2e.com/]Code Complete[/url] [url=http://hillside.net/component/content/article/51-design-patterns/131-elements-of-reusable-object-oriented-software-book]Design Patterns[/url] My two cents.

Member Avatar for pritaeas
0
101
Member Avatar for ganeshhsk

First write down in words and in small simple steps, what you think the program should do. Then you can replace those steps with actual code.

Member Avatar for pritaeas
0
44
Member Avatar for maged4e

Provide some code that shows your problem, and desired result.

Member Avatar for Stefano Mtangoo
0
88
Member Avatar for Sorcher
Member Avatar for diafol
0
195
Member Avatar for xuexue
Member Avatar for NinjaLink

This is because the points are used in the calculation, so you cannot change them. You best guess is to use an additional array mapping the integers to the street names: [code] $mapping = array (0 => 'George St', 1 => 'Alice St'); echo "\n\n The shortest route from " …

Member Avatar for pritaeas
0
165
Member Avatar for niths

The docs are here: [url]http://code.google.com/apis/picasaweb/overview.html[/url] There is a getting started link on the left.

Member Avatar for pritaeas
0
53
Member Avatar for muralibobby2015

Be careful. Allowing to upload any picture to your server, may violate copyright. That you can find the image with Google, does not mean it is free to use.

Member Avatar for Jamesapoe
0
104
Member Avatar for vishalkhialani

[code] SELECT * FROM `details` WHERE (brand = 'audi' OR brand = 'toyota') AND Oil = 'Diesel' [/code]

Member Avatar for pritaeas
0
127
Member Avatar for vmirce
Member Avatar for wickedsunny
Member Avatar for pritaeas
0
125
Member Avatar for ankit.pandey3

This happens probably because your forgot the quotes. I think it should be: [code] echo "<td><input type='checkbox' name='checkbox[]' value='$Title' style='width:14px; text-align:right;'/></td></tr>"; [/code]

Member Avatar for pritaeas
0
192
Member Avatar for Ritesh_4

A slideshow without the buttons can be downloaded from my [url=http://www.pritaeas.net]website[/url]. If you really need the buttons, have a look at [url=http://jquery.malsup.com/cycle/]innerfade[/url] (jquery plugin).

Member Avatar for Ritesh_4
0
138
Member Avatar for marietta_kan

You mean this: [url]http://wiki.lazarus.freepascal.org/Installing_Lazarus_on_MacOS_X[/url]

Member Avatar for pritaeas
0
64
Member Avatar for javaProgrammar

Probably not for every possible regex. See [url=http://stackoverflow.com/questions/172303/is-there-a-regular-expression-to-detect-a-valid-regular-expression]this thread on StackOverflow[/url].

Member Avatar for pritaeas
0
65
Member Avatar for arctushar

[code] var date = $('#datepicker').datepicker({ dateFormat: 'yyyy-mm-dd' }); [/code]

Member Avatar for faulkj
0
225
Member Avatar for filch
Member Avatar for ZethSchlenker
Member Avatar for coxdabd
Member Avatar for pritaeas
0
60
Member Avatar for Dragonbaki

If you are using the mail() function, then authentication is not possible. You may need to use a tool like XMailer, PHPMailer or PEAR:Mail

Member Avatar for Dragonbaki
0
161
Member Avatar for sedalnas
Member Avatar for designershiv
Member Avatar for muze

I know [url=http://www.embarcadero.com/products/radphp]Delphi for PHP[/url] provides this functionality.

Member Avatar for pritaeas
0
82
Member Avatar for getnit
Member Avatar for saadi06

More specifically: Class variables (properties) need to be declared with public, private or protected. Declaration with var (public) is supported for compatibility reasons. You can read more [url=http://www.php.net/manual/en/language.oop5.visibility.php]here[/url].

Member Avatar for saadi06
0
661
Member Avatar for somakumaran

Can you explain a bit more what you want ? Do you want to search your folders for mp3 files and show a list (with links) ?

Member Avatar for rixius
0
112
Member Avatar for khushhappy

Your code is incomplete. See: [url]http://www.daniweb.com/forums/thread31803.html[/url] or search this forum for more examples.

Member Avatar for cossay
0
299
Member Avatar for OnIIcE

What are you trying to achieve ? This is from the manual: "The value of the constant; only scalar and null values are allowed. Scalar values are integer, float, string or boolean values. It is possible to define resource constants, however it is not recommended and may cause unpredictable behavior." …

Member Avatar for pritaeas
0
87
Member Avatar for abelingaw
Member Avatar for Danny247

Try this, and paste the error here: [icode] $wordpress_user_db_query = mysql_query("INSERT INTO cedsite_wrdp1.wp_users (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES ('$username', '" . md5($pass) . "', '$username', '$email', '', '$date', '', 0, '$username')") or die(mysql_error()); [/icode]

Member Avatar for pritaeas
0
75
Member Avatar for 84hd0ns

[code] $files = sort(glob('photos/*.jpg')); foreach ($files as $file) { $photos .= '<img src="thumbs.php?src='.$file.'&f=2&t=3" alt="'.$file.'" title="'.$file.'"/>'; } [/code]

Member Avatar for 84hd0ns
0
168
Member Avatar for prathameshz
Member Avatar for @developer
0
146
Member Avatar for bjeffries

Should you not get it to work, there is also this: [url]http://phpthumb.sourceforge.net/[/url]

Member Avatar for bjeffries
0
333
Member Avatar for youlichika

I'm assuming you only want to run the php file, and not view the output. So, instead of running it with iexplore, run it with php.exe

Member Avatar for youlichika
0
350
Member Avatar for prathameshz

You have outputted (echo'd) something before calling the header, remove it.

Member Avatar for prathameshz
0
187
Member Avatar for Moppy
Member Avatar for Cool&Awesome
Member Avatar for showman13

Are the quotes you use just copied wrong ? Because they are not single nor double quotes.

Member Avatar for showman13
0
100
Member Avatar for rolyestemonio
Member Avatar for pritaeas
0
92
Member Avatar for rolyestemonio
Member Avatar for anumitadas
Member Avatar for jon.kiparsky
Member Avatar for niths

You need javascript to check the return value of the window (true if updated), and update the content accordingly. This would mean you have to use ajax to get the new data from the server. Btw, there is something wrong with your html. A normal layout is: [code] <html> <head> …

Member Avatar for pritaeas
0
80
Member Avatar for jrw89
Member Avatar for divyakrishnan
Member Avatar for divyakrishnan
0
132
Member Avatar for utd123
Member Avatar for Griffin54

I think this is controlled by a setting, to open a new tab instead of a new window. Can you show an url ?

Member Avatar for peter_budo
0
62
Member Avatar for NotNil

[icode]CoInitialize(nil);[/icode] need only be called once. I suggest you move it to the initialization section. You create a new locator everytime, but it is not free'd. Perhaps creating it once will suffice.

Member Avatar for NotNil
0
845

The End.