8,966 Posted Topics

Member Avatar for gcardonav
Member Avatar for tony75
Member Avatar for tony75
0
179
Member Avatar for ramsiva

Google cannot redirect to localhost. If you use your external IP address and allow your router to forward to your machine, then it may work.

Member Avatar for pritaeas
0
70
Member Avatar for shashigowda

https://www.daniweb.com/web-development/php/tutorials/476695/part-one-php-mvc-framework-understanding-the-basics

Member Avatar for mattster
0
347
Member Avatar for UK-1991

You say your are using PDO, but your error messages (and code) show you are using MySQLi. You cannot mix them.

Member Avatar for Gideon_1
0
4K
Member Avatar for irshad398

Each hash may have a different length. MD5 is 32 for example. Just dump one in Google, see what it says. BTW hashing is a one way algorithm, so you can't just make the passwords readable again.

Member Avatar for pritaeas
0
121
Member Avatar for UK-1991

`$this` can only be used within an object instance, so remove it: $db = new DB_Connect(); $db->connect(); $connection = $db->connect(); $myquery = "SELECT * FROM users"; $query = $connection->query($myquery); while($array = mysqli_fetch_array($sql)) { echo $array['username'] . '<br />'; } $connection->close(); IMO It's a little weird to have a database wrapper …

Member Avatar for diafol
0
2K
Member Avatar for Koshy_1

I can't think of any payment provider that will not charge a fee.

Member Avatar for diafol
0
208
Member Avatar for UK-1991

Did you register it with goo.gl? https://developers.google.com/url-shortener/v1/getting_started

Member Avatar for UK-1991
0
392
Member Avatar for Dani

I just tried to move a thread and got this: This webpage has a redirect loop The webpage at https://www.daniweb.com/community-center/threads/496409/seo#post2171990 has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and …

Member Avatar for Dani
2
444
Member Avatar for liphoso

Do an AJAX call to your script, have your PHP script return JSON, and based on the JSON execute the addMarker function. http://api.jquery.com/jQuery.ajax/

Member Avatar for pzuurveen
0
4K
Member Avatar for nadiam

Status and name are in the reserved word list, so should be in backticks. https://dev.mysql.com/doc/refman/5.5/en/keywords.html

Member Avatar for nadiam
0
276
Member Avatar for Paul_31

To resolve the notice change: $email_message .= to: $email_message = only on line 21. I doubt this will solve your issue though.

Member Avatar for pritaeas
0
977
Member Avatar for Stefce

> Error: Column 'Username' in field list is ambiguous Username appears in both tables, you need to specify which one to use by prefixing the table name.

Member Avatar for pritaeas
0
212
Member Avatar for Gideon_1

Welcome to DaniWeb. I think you can. Every junior developer is a novice, even if they think they are not. Doing projects at home or school is nothing like creating production code for a client under a deadline. I do suggest learning more Javascript and maybe experimenting with a PHP …

Member Avatar for pritaeas
0
409
Member Avatar for Nathaniel10

> For example, the constant pi is not needed in any shape with only straight lines That's debatable: perhaps in the future you'll want to extend your class with a method to determine the smallest circle your shape is in ;) An abstract class is like a blueprint (similar to …

Member Avatar for diafol
0
443
Member Avatar for UK-1991
Member Avatar for UK-1991
0
202
Member Avatar for Priti_P
Member Avatar for edbr

Here is a [tutorial](https://www.daniweb.com/web-development/php/tutorials/437592/introduction-to-phps-object-orientation) I wrote specifically for PHP.

Member Avatar for edbr
0
142
Member Avatar for Trabelsi
Member Avatar for Trabelsi
0
374
Member Avatar for Vekariya
Member Avatar for teenucr

I don't know what code you have, but I think it would be easiest if you first create a new dataset from the original one.

Member Avatar for pritaeas
0
105
Member Avatar for arthisuresh26
Member Avatar for Kalaivani Nair

If you enable PDO exception handling, then you might be able to find out more about the error. Read [here](https://www.daniweb.com/web-development/php/code/435142/using-phppdo-with-error-checking) how to do that. Also check line 35.

Member Avatar for pritaeas
0
200
Member Avatar for k_manimuthu

> Could you please suggest your maximum no of 'Mysql' queries to approach this Just one I think: SELECT * FROM table GROUP BY percentage, product HAVING COUNT(*) = 1

Member Avatar for k_manimuthu
0
306
Member Avatar for Nguyá»…n_6
Member Avatar for Benjamin_13

Saving automatically requires Javascript. Is that what you want, saving when you leave a field?

Member Avatar for Benjamin_13
0
149
Member Avatar for Mike Askew
Member Avatar for Stefce
Member Avatar for stokie-rich

I don't see any code that does something with your mysql_query result, is this really all?

Member Avatar for stokie-rich
0
252
Member Avatar for SimonIoa
Member Avatar for davy_yg
Member Avatar for mike_2000_17
Member Avatar for Mike Askew

> I gather that I will need to probably use jquery to do a ajax post to trigger the PHP? Correct. What kind of list are you using, an `li` ? $(document).ready(function() { $('li').on('click', function () { // $(this) points to the clicked li, if you need it's attributes // …

Member Avatar for Mike Askew
0
202
Member Avatar for shashigowda

> i need a PHP code for this input You can get help here, nobody will write it for you. So what have you tried?

Member Avatar for Gideon_1
-1
265
Member Avatar for nadiam
Member Avatar for topbanjo5

> create that final year project idea generator Excellent project idea! (reminds me of [this](http://dack.com/web/bullshit.html)).

Member Avatar for diafol
-3
232
Member Avatar for nadiam
Member Avatar for gcardonav

> String was not recognized as a valid DateTime Can you show the Javascript code you are using to call this webservice?

Member Avatar for pritaeas
0
838
Member Avatar for Gideon_1

> can i create my own framework Sure you can. It's just a collection of reusable components and some default business logic. Start small and let it grow slowly. Think about the right architecture before you start building all kinds of stuff though.

Member Avatar for diafol
0
228
Member Avatar for Norbert_2

> i need this a.s.a.p People here help you voluntarily, do not say you need it NOW, because they really don't care. They will help you when they have time and want to help you. Stamping your feet will make them think twice.

Member Avatar for Norbert_2
0
754
Member Avatar for sanket044

What is the reason that you use DELETE/INSERT instead of UPDATE, are the rows that different?

Member Avatar for pritaeas
0
658
Member Avatar for jonlloydd
Member Avatar for Gideon_1
0
9K
Member Avatar for cereal
Member Avatar for tobyITguy

Why don't you edit/update your career profile, and add a signature to your profile, stating "available for work". Although I could see a use for an "available for hire" option/list/thingamadoodle.

Member Avatar for pritaeas
0
204
Member Avatar for someoneelse

What's the error, still the same? What kind of application or you building? Try `HttpClient` and see if that works.

Member Avatar for tobyITguy
0
396
Member Avatar for opelio4n

You can by adding `style` but using a `class` would be nicer, so you can then address any styling via CSS. You can also just use CSS on the `a` tag.

Member Avatar for opelio4n
0
199
Member Avatar for abhi10kumar

What line is the error on? One of the functions is returning an object, yet you are trying to use it as a string.

Member Avatar for pritaeas
0
501
Member Avatar for davy_yg

Width auto uses the (inherited) width of the parent container. Use the DOM/debugger tools to find which parent has a specific width set.

Member Avatar for gentlemedia
0
149
Member Avatar for AntonyRayan

The End.