8,966 Posted Topics

Member Avatar for ivanichi
Member Avatar for Kmhnz201
Member Avatar for imBaCodes
0
68
Member Avatar for blivori
Member Avatar for somjit{}

http://dev.mysql.com/downloads/installer/5.6.html The download page says it's x32 so it should run. I know I had 5.5 running on it once (using WampServer).

Member Avatar for somjit{}
0
167
Member Avatar for mishellrogen
Member Avatar for tinjuashok
0
129
Member Avatar for davy_yg

Echo out your variables before the `if` to see if they are set correctly.

Member Avatar for pritaeas
0
144
Member Avatar for Deeksh
Member Avatar for riahc3

The standard HTML file input control will let you select from the computer it's on, and attached network computers, but NOT from FTP. I haven't come across any file pickers yet that support this, probably because it cannot be done without server-side scripting. Javascript only supports HTTP and now WebSockets.

Member Avatar for pritaeas
0
586
Member Avatar for amith_ami
Member Avatar for pritaeas
0
241
Member Avatar for TnTinMN

See Dani's answer in [this thread](http://www.daniweb.com/community-center/daniweb-community-feedback/threads/452623/new-forum-topic-idea).

Member Avatar for pritaeas
0
89
Member Avatar for OASys1

An incremental build usually means that your project is split into modules, and each module is designed, built and tested fully. Then the incremental step is to merge modules, and iterate until done. I don't think he means the compiler, as that already only compiles what's changed.

Member Avatar for pritaeas
0
447
Member Avatar for keeleyb

What exactly is not working, phpMyAdmin? Please provide some more information.

Member Avatar for keeleyb
-1
233
Member Avatar for yy886

> any suggestion? Just use `explode()` on the member field to generate an array, so you can use `foreach()`.

Member Avatar for yy886
0
809
Member Avatar for Wolxhound90

Instance name is the name for your running database service (you specified this during install). You should be able to find out what it is with Management Studio. Add this for more information: die(print_r(sqlsrv_errors(), true));

Member Avatar for Wolxhound90
0
426
Member Avatar for aisha.edris1
Member Avatar for ivanichi

> Now, I want to know how to ignore this character '|' when I use strpos so i get the position 3 at 5 and 14. Remove the pipe from your string before finding the positions.

Member Avatar for annaharris
0
447
Member Avatar for pritaeas

http://www.daniweb.com/api/members/94719/articles?page=1&filter=watching&orderby=lastpost&access_token=MY_ACCESS_TOKEN I expected four results here, but it shows only watched articles started by me (two). I want all watched articles. What did I miss?

Member Avatar for pritaeas
0
208
Member Avatar for haris.zia.92

Are you sure you get one email via GET and another via POST? Also, line 4 does nothing.

Member Avatar for pritaeas
0
482
Member Avatar for Ali Musa

Do you want to use your Delphi as a DataSnap server? Please give some more information about your application (technology), and what you want to convert it into.

Member Avatar for OASys1
0
231
Member Avatar for MasterHacker110

I assume you want to use a database? A login page is basically a form, which submits to a script that does the actual validation. If successful, it can set a session or cookie to allow access to other pages. If you look in the PHP forum, am sure you'll …

Member Avatar for James singizi
0
286
Member Avatar for Mike Askew

Not sure if this is related to the new menu, but when I press [end], my page doesn't go to the end the first time (Opera and IE). The bottom bar is hiding behind the floating purple bar. It's annoying. (only in the forum's article view)

Member Avatar for diafol
0
377
Member Avatar for game06
Member Avatar for Xantipius
Member Avatar for mattster
-1
545
Member Avatar for zalvibar
Member Avatar for theon.fox

So you want to sell slightly modified code (from others) and make money from it?

Member Avatar for <M/>
0
160
Member Avatar for <M/>

Just browsed throught the slides of the 2007 PHP in the real world. What I liked: the final statement: "Never assume, always doubt". What I disliked: the start, performance and bottlenecks. NEVER start with that (security is much more important). Start thinking about performance when you're application's is running production, …

Member Avatar for pritaeas
2
111
Member Avatar for shakayu
Member Avatar for shakayu
0
120
Member Avatar for jrosh
Member Avatar for harbi.dayah
Member Avatar for shimira

That only works when your PHP script runs on the same machine as your desktop application.

Member Avatar for masterjiraya
0
194
Member Avatar for Kniggles

if (isset($_POST['box1']) && is_null($_POST['box2'])) From the manual: *"**isset** — Determine if a variable is set and is not NULL"*. So you can safely remove the `is_null` from the `if` as it will have no additional effect: if (isset($_POST['box1']))

Member Avatar for masterjiraya
0
377
Member Avatar for dhani09
Member Avatar for diafol
0
278
Member Avatar for Dani

Will you update you RSS pull example to cUrl? Newbies trying will probably get an error since most hosts will not allow cross domain fopen wrappers (file_get_contents). It'll save you some questions IMO.

Member Avatar for Dani
6
3K
Member Avatar for amith_ami

If you are using MySQL then look into `FIND_IN_SET()`. There's a [thread](http://www.daniweb.com/web-development/php/threads/441475/how-to-join-two-tables-using-a-comma-separated-list) about it.

Member Avatar for diafol
1
146
Member Avatar for jithinjohny
Member Avatar for gbhs

My bad, leftover from some API testing, although you did link to MySQL instead of MSSQL. ;)

Member Avatar for gbhs
0
311
Member Avatar for Dalek Caan

Sometimes you can have both. In my case, I help people out by creating custom components. A lot of these (with a little thought) could be used where I work. So basically I keep that in mind when creating them, creating a base component for general use and a specifc …

Member Avatar for Xantipius
0
285
Member Avatar for ajbest

This is where a function comes in. Create a function for those three lines, and all other times you need to use it, a single line suffices.

Member Avatar for pritaeas
0
112
Member Avatar for <M/>

My best achievement was being allowed to play cards in the back of the class during physics, because my teacher knew we understood it anyway.

Member Avatar for <M/>
0
329
Member Avatar for mogaka
Member Avatar for pritaeas
0
356
Member Avatar for dinesh012

Line 34 and beyond uses `com1` which is undefined. What's on line 55 should be before 34 I think.

Member Avatar for dinesh012
0
226
Member Avatar for NardCake

One way is to include a reference to the other class in your call (a callback), but perhaps you're looking for method overriding. Without your actual class definitions it's hard to guess which direction would be the right one. Is this what you have/want? class Controller { public function fetch($arg) …

Member Avatar for pritaeas
0
222
Member Avatar for shubham.sss05
Re: PHP

@pixelsoul, I didn't figure you for one to link to w3schools instead of to the manual...

Member Avatar for mohammed.ismail
0
174
Member Avatar for rajhoq12

Why? Simply because it's much easier to start coding in PHP then it is in most other languages.

Member Avatar for <M/>
1
501
Member Avatar for ScarWars9

Made solely be my: several training applications that will teach a certain concept in steps. Advancing to the next step requires completing the test. The one teaching Material Requirements Planning is used at several universities (Delphi). Made by my lead: a web booking engine serving hotels, interacting with their local …

Member Avatar for <M/>
0
296
Member Avatar for varunsara

On localhost it has all the resources of your machine, not so on a shared host. What is your script doing, that it needs 10Mb?

Member Avatar for TonyG_cyprus
0
299
Member Avatar for beginnerpals
Member Avatar for LastMitch
0
590
Member Avatar for wolfgangcs

I don't understand the fuss about the curly brackets, it is allowed and a correct way to include a variable in a double quoted string or heredoc.

Member Avatar for masterjiraya
0
598
Member Avatar for IIM

Without any spaces it won't break automatically. Add a manual break. Am glad everything is still readable, and doesn't really break the layout.

Member Avatar for Dani
0
274
Member Avatar for branding4you

Try: $category = urlencode($rowd['category']); Since you are using the space in an URL, you should encode it. But, it works in your case too, if you hadn't forgotten to put quotes around the href (as is required by the HTML standard for attributes). echo "<a href=view_gallery.php?cat=\"" . $rowd['category'] . "\">$category</a>";

Member Avatar for branding4you
0
176

The End.