8,966 Posted Topics

Member Avatar for ckchaudhary

> 'ionCube Loader' [This](http://www.ioncube.com/) protects the PHP code on your website, as you can see above. You can see it as a kind of compiled code.

Member Avatar for ckchaudhary
0
291
Member Avatar for <M/>

Here's [a demo](http://www.pritaeas.net/view/articles/portfolio-with-jquery) I wrote a while back (zip and demo available).

Member Avatar for JorgeM
0
92
Member Avatar for <M/>

Does GoDaddy allow remote connections to the database? If so, did you whitelist your ip address?

Member Avatar for <M/>
0
309
Member Avatar for pooja28

> insufficient priviveleges on password Make sure you are logged in with a user that is allowed to create a user.

Member Avatar for debasisdas
0
199
Member Avatar for dlannetts

Slightly off-topic, but for testing this stuff [Litmus](http://litmus.com/email-testing) is an excellent tool.

Member Avatar for pritaeas
0
199
Member Avatar for iamthwee
Member Avatar for wasim kazi
Member Avatar for professor123

> how to plan and implement a Website Development Project Have you Google'd that? If you need answers to more specific questions, be more specific please.

Member Avatar for pritaeas
0
94
Member Avatar for MrXortex
Member Avatar for dourvas
Member Avatar for pritaeas
0
86
Member Avatar for mrabrar09
Member Avatar for arctushar
Member Avatar for stevanity
Member Avatar for pritaeas
0
249
Member Avatar for mindhacker

Just recently acquired JetBrains' PhpStorm. Haven't used it too much yet, but I think you'd definitely need to try this one, or WebStorm (HTML/Js version).

Member Avatar for pritaeas
0
122
Member Avatar for rotten69

`sort` does a string comparison by default. You can specify a sort function as parameter to the function. The compare function takes two parameters, and should return an number. Negative means the first is smaller than the second, zero means equal, and positive means the second is smaller. function compare(x, …

Member Avatar for pritaeas
0
277
Member Avatar for extjac

> public function getRecord($var) Why not use: public function getRecord($id) Then you see at first glance what needs to be passed. > $sth->execute(); This function can return `false` indicating failure. What I miss are function return values. True on success, perhaps an array with the error message on failure. The …

Member Avatar for pritaeas
0
404
Member Avatar for winnzor
Member Avatar for PBDeveloper

> $wp:postmeta = $value->getElementsByTagName("wp:postmeta"); You should handle this just like you did with "job", with a foreach.

Member Avatar for pritaeas
0
221
Member Avatar for kenth21v

IMO and experience, as long as you have not yet worked for a company (or freelanced for one) you are still considered a beginner. Intermediates will have several years of professional experience. The other two are difficult to qualify. It depends mostly on who you work with. You maybe an …

Member Avatar for pritaeas
0
288
Member Avatar for Pro2000

http://damnhandy.com/2009/08/26/url-vs-uri-vs-urn-in-more-concise-terms/ (also read the linked blog post) http://www.skorks.com/2010/05/what-every-developer-should-know-about-urls/ (I consider this a must-read)

Member Avatar for princysharma90
0
171
Member Avatar for Stardemos
Member Avatar for bejfake

This is the simplest. There are some cases unmatched, if the code is different then you mentioned. %<a href="(.*?)">%i %<img src="(.*?)"/>%i

Member Avatar for pritaeas
0
111
Member Avatar for Nisha Kothari

http://www.php.net/manual/en/migration5.php http://www.php.net/ChangeLog-5.php

Member Avatar for pritaeas
0
49
Member Avatar for rotten69

I must say, HighCharts has excellent support, and I've been very happy with it for quite some time.

Member Avatar for gabrielcastillo
0
178
Member Avatar for synergyfocus1
Member Avatar for vizz

Never came across any that were free and any good. Paid is the way to go (or make 'em yourself and sell 'em).

Member Avatar for almostbob
0
135
Member Avatar for tonyong09

Welcome. Be sure to read our [member rules](http://www.daniweb.com/community/rules).

Member Avatar for pritaeas
0
19
Member Avatar for stultuske
Member Avatar for Stuugie
Member Avatar for talisien

You can try if the [mssql](http://www.php.net/manual/en/function.mssql-connect.php) module is enabled.

Member Avatar for talisien
0
263
Member Avatar for Histopathlab
Member Avatar for thirumal.balu.3

In jqGrid you can set a custom formatter per column. See the documentation for an example.

Member Avatar for pritaeas
0
134
Member Avatar for anujthefuhrer

http://dev.mysql.com/doc/refman/5.6/en/date-and-time-types.html http://dev.mysql.com/doc/refman/5.6/en/date-and-time-functions.html

Member Avatar for pritaeas
0
43
Member Avatar for thirumal.balu.3
Member Avatar for everhett.raman

i) Performance is fine, but am not quite sure what kind of performance you want to compare. Can you elaborate, or give an example? It would depend heavily on the kind of application you are building, and the components needed. ii) Deployment is relatively easy once you have a package …

Member Avatar for everhett.raman
0
224
Member Avatar for LastMitch

You should base your choice on your requirements. Do you need more then 64K characters ? If not, use TEXT. LONGTEXT stores up to 4GB. Apart from that... since you are starting anyway, drop MySQL, and learn MySQLi and/or PDO. Then you will at least learn the right way. The …

Member Avatar for LastMitch
0
304
Member Avatar for joejo

> Also the check boxes should be made so only one option can be choosen. That's what radiobuttons are for.

Member Avatar for Stuugie
0
222
Member Avatar for ryantroop
Member Avatar for JorgeM
0
251
Member Avatar for razamughal67
Member Avatar for asaidi
Member Avatar for pritaeas
0
96
Member Avatar for ranu jain

> The SMTP server requires a secure connection GMail's SMTP port is not 25 IIRC, and the password is missing. Next time, please start a new discussion, instead of resurrecting an old thread.

Member Avatar for azapovjednik
0
242
Member Avatar for bill_kearns

Wouldn't it be possible to create a new view/SP that returns the data in the format you need, so you can attach it to a gridview in one go?

Member Avatar for pritaeas
0
145
Member Avatar for arctushar

Enters and spaces in MySQL will not be shown if outputted as HTML. You either need to wrap it in a `<pre>` block, or encode it into HTML entities.

Member Avatar for pritaeas
0
73
Member Avatar for superjj

Yes. If omitted from the INSERT, an auto increment column (MySQL) or identity column (MSSQL) will do the rest. Passing the ID as NULL is also possible.

Member Avatar for superjj
0
262
Member Avatar for ayat abukhadra

http://www.asp.net/whitepapers/add-mobile-pages-to-your-aspnet-web-forms-mvc-application

Member Avatar for pritaeas
0
80
Member Avatar for titusnainggolan

Please explain what tool you are using, and show us (part of) the code that is not working as expected. Do not forget to add what you want to achieve.

Member Avatar for titusnainggolan
1
855
Member Avatar for RobRob666

This folder, depending on your OS (and username): `C:\Documents and Settings\Username\Application Data\Macromedia\Dreamweaver MX\Configuration` Please note that I found this on the Adobe forum, and I do not use nor know anything about DreamWeaver.

Member Avatar for RobRob666
0
207
Member Avatar for Travus

> id="errorbox" ID's are meant to be unique. If you want to reuse them you should use class instead. It could be the reason for the mess up.

Member Avatar for Travus
0
1K
Member Avatar for kejionnet
Member Avatar for m.zheee

> how do i create a trigger to display the columns of the record after it is inserted into the table. Can you explain what you want? A trigger is for modifying data, not for displaying.

Member Avatar for pritaeas
0
124

The End.