8,966 Posted Topics

Member Avatar for nehasomany99

Do you have a starting article? Where do your questions come from? Perhaps a little more explanation can help us understand what you are looking for.

Member Avatar for pritaeas
0
19
Member Avatar for MarielaMontaldo
Member Avatar for ko ko
0
267
Member Avatar for ehpratah

If you mix `&&` and `||` be sure to use parenthesis, to ensure the correct order of processing.

Member Avatar for ehpratah
0
174
Member Avatar for jhai_salvador
Member Avatar for jhai_salvador
3
2K
Member Avatar for harshm027
Member Avatar for php_noob

The company I worked for last, the designer there needed 4 hours for a website design and we needed 4 hours to convert it correctly. This would be a design based on an existing house-style and/or logo.

Member Avatar for pritaeas
0
85
Member Avatar for patocardo

Interesting, while debugging, the regexp just misses... After a little search, I found this [thread on SO](http://stackoverflow.com/questions/6739136/consecutive-calls-to-regexp-test-fail-for-pattern-with-global-option) describing the issue.

Member Avatar for Airshow
1
131
Member Avatar for ash55

There is an error in your query. Use `$result = mysql_query("...") or die(mysql_error());` to find out more.

Member Avatar for jmichae3
0
350
Member Avatar for dyingatmidnight

The post is probably fine, but your javascript will have to capture and display the output from the post. $.post("top.php", { sql: "..." }, function(data){ process the result here });

Member Avatar for dyingatmidnight
0
175
Member Avatar for veledrom

Storage Engine Permissible Index Types InnoDB BTREE MyISAM BTREE MEMORY/HEAP HASH, BTREE NDB HASH, BTREE (see note in text) Taken from: http://dev.mysql.com/doc/refman/5.6/en/create-index.html

Member Avatar for veledrom
0
134
Member Avatar for chris_j_haines

If you are interested in how they work, building one is the best test. I like [this book](http://www.packtpub.com/cms-design-using-php-and-jquery/book), it is a nice introduction into building your own.

Member Avatar for chris_j_haines
0
142
Member Avatar for Elandir
Member Avatar for ehpratah
Member Avatar for vijayram

What is the exact error message you get, and where in the code does it break?

Member Avatar for pritaeas
0
130
Member Avatar for phoenix_2000
Member Avatar for prvnkmr449
Member Avatar for emclondon
Member Avatar for dips_1982

A simple UPDATE query could suffice. It all depends on what you want, for example: UPDATE [table] SET [value] = 100 WHERE [value] = 20

Member Avatar for JorgeM
0
183
Member Avatar for mancode1007

Have you tried declaring a variable with the same type as the return result, putting your concatenation in it, and `RETURN` the variable? Second, aren't you supposed to end with: END $$ DELIMITER ;

Member Avatar for kartisathis
0
311
Member Avatar for rayidi

You cannot use it as is, since a session is stored on the server. You could create a php script to expose it to jquery with an ajax call, or use cookies instead.

Member Avatar for pritaeas
0
221
Member Avatar for Bisquick
Member Avatar for JayOne

Whether you use a blacklist or a whitelist... I think you must create the one which is smallest and/or with the least impact. I think a blacklist would be smaller, if you allow no words smaller than 4 characters to be used anyway. You could add tagging to a response. …

Member Avatar for pritaeas
0
173
Member Avatar for M.Waqas Aslam

It's a Javascript framework. So I think it's best suited in the [Javascript forum](http://www.daniweb.com/web-development/javascript-dhtml-ajax/117).

Member Avatar for Dani
0
204
Member Avatar for chophouse

This is not a simple task. I think this is only possible with a stored procedure, because the next in your result set depends on the previous one. There are quite some issues with this, what if the last row chosen does not fulfill your requirement? Will you start again …

Member Avatar for chophouse
0
139
Member Avatar for muralibobby2015
Member Avatar for arcticM

OO comes in when you want to create reusable, extensible blocks of code. There can be a connection between the database and objects, for example if you use an ORM. An object mapping directly to a table. The database functions will be hidden by the classes you use. One simple …

Member Avatar for pritaeas
0
152
Member Avatar for Subless

$USER = array ( 1 => array ('username' => 'pritaeas', 'password' => 'XXX'), 2 => array ('username' => 'Subless', 'password' => 'XXX') ); echo $USER[1]['username'];

Member Avatar for Subless
0
198
Member Avatar for Aardwolf

What doesn't it do? Is this all code? For one, remove the semi colon is the first if.

Member Avatar for memomk
0
152
Member Avatar for divsok

Do you want to do that once, or every second? setTimeout() can trigger a function. Then you can get the new page with ajax and replace it. When that's done, you can remove the function from the timeout function.

Member Avatar for Sanchixx
0
158
Member Avatar for daino

I have no sqlite experience, but I would choose Apress books over O'Reilly based on experiences with other languages. What language will you build the GUI in?

Member Avatar for daino
0
183
Member Avatar for naaniwifi123
Member Avatar for magikman

Perhaps this [thread](http://forum.jquery.com/topic/please-help-with-with-td-nth-child-td-eq) on the jQuery site can help.

Member Avatar for pritaeas
0
96
Member Avatar for PF2G
Member Avatar for kaleem_ullah
Member Avatar for cjohnweb
0
3K
Member Avatar for Robert1995

Why don't you want to use that ? You should ask your cPanel provider if there is another way.

Member Avatar for pritaeas
0
62
Member Avatar for kenkhent

If your IT guys did their job, then you won't be able to circumvent this restriction.

Member Avatar for AkopMedvedev
0
52
Member Avatar for saadi06

You will have to join them, returning the username in every row, and then use PHP, to display it the way you want. You cannot do this easily with just a query.

Member Avatar for pritaeas
0
71
Member Avatar for daino

My personal paid favourite: Navicat. Database tool that includes report generation, and a separate report viewer.

Member Avatar for pritaeas
0
416
Member Avatar for rstandley31

Are you trying to delete a file or a folder ? For folders you need to use `rmdir`. If it is a file, remove the last slash.

Member Avatar for pritaeas
0
202
Member Avatar for pritaeas

I found that there is a difference with the drawing of a custom bitmap brush, when I subclass TGraphicControl versus TCustomControl. The expected behaviour occurs when using the TCustomControl descendant. Each paint starts with the brush in the same position, no matter the location of the control (top-left). When using …

Member Avatar for pritaeas
0
239
Member Avatar for riahc3
Member Avatar for pritaeas
0
399
Member Avatar for maghuyop

Either you have spaces or output in one of your included files, or one or more of your files use a Byte Order Mark.

Member Avatar for zoreli
0
178
Member Avatar for happygeek
Member Avatar for hwoarang69

So you want to connect a mySql tool to an Oracle tool ? I doubt that will work.

Member Avatar for |-|x
0
369
Member Avatar for Buppy
Member Avatar for pritaeas
0
85
Member Avatar for mariaceline_21

Sounds like your PEAR config file is out of date. Try installing the latest one.

Member Avatar for pritaeas
0
140
Member Avatar for AKJo
Member Avatar for AKJo
0
2K
Member Avatar for calebcook

That's because it is loading the actual `xml.php` file and not it's output. What you could do, is use cUrl to open and process `xml.php` and capture the output for processing.

Member Avatar for Incognitus
0
237
Member Avatar for riahc3

What if you add exception handling, something like this: try { $client = new SoapClient($servicio, $parametros); $result = $client->datawebser($parametros); print_r($result); } catch (Exception $e) { echo '<h2>Exception Error!</h2>'; echo $e->getMessage(); } Do you see an exception message?

Member Avatar for riahc3
0
726
Member Avatar for lse123
Member Avatar for pritaeas
0
60

The End.