8,966 Posted Topics

Member Avatar for chris.immanuel

Check for errors when you execute your query. My guess is your query is malformed, due to the way you put your POST variable in there, or your quoting in that line is off.

Member Avatar for AndrisP
0
187
Member Avatar for cheravelloor
Member Avatar for burhanahmed92
Member Avatar for pritaeas
0
308
Member Avatar for mark103
Member Avatar for gogs85
Member Avatar for gogs85
0
1K
Member Avatar for sireiz
Member Avatar for stokie-rich

> Warning: require_once(scripts/connect_db.php): failed to open stream: No such file or directory Looks like you're missing a file. Where is that file included?

Member Avatar for stokie-rich
0
338
Member Avatar for Ju4or
Member Avatar for ray100
Member Avatar for krunal1986
Member Avatar for Mr.Pink

The next and previous functions are similar enough to be merged into a single function.

Member Avatar for Mr.Pink
0
179
Member Avatar for developer707
Member Avatar for malatamil

[Here](http://www.daniweb.com/web-development/php/code/437655/getting-products-details-from-categories-subcategories-with-ajax-call-)'s one of our own examples.

Member Avatar for malatamil
0
2K
Member Avatar for sknake
Member Avatar for pritaeas
10
8K
Member Avatar for ravi142

http://www.daniweb.com/web-development/php/code/437655/getting-products-details-from-categories-subcategories-with-ajax-call- http://www.daniweb.com/web-development/php/code/476623/ajaxed-linked-dropdowns-select-fields-for-volatile-data

Member Avatar for pritaeas
0
56
Member Avatar for Albert Pinto
Member Avatar for showman13

> I am truly disappointed in what has become the response level in this forum. That's a shame. Your question is hard to answer. You yourself say it's cryptic, and you post no sample data, nor table structures, nor expected output. This is hard to filter out from the above …

Member Avatar for pritaeas
0
305
Member Avatar for amit.chaudhari.71
Member Avatar for rtrethewey
0
164
Member Avatar for burt.munn

You are missing dollar signs for the correct variables in your `$values` Can you be a little more specific about what works and what does not?

Member Avatar for burt.munn
0
239
Member Avatar for CarterLangley

> $sql_photo = "INSERT INTO `person` (photo) VALUES ('&location') WHERE person_id = " .$person_id; Do not use an ampersand, but a dollar sign: $sql_photo = "INSERT INTO `person` (photo) VALUES ('$location') WHERE person_id = " . $person_id;

Member Avatar for pritaeas
0
241
Member Avatar for brianwebster
Member Avatar for samyakonline

An impressive website has little to do with the choice, it can be built with all technologies. You should choose based on what you are most comfortable with (or your developers) IMO.

Member Avatar for diafol
0
147
Member Avatar for Daemon_CC
Member Avatar for castajiz_2

> I think that the problem is the free hosting that does not allow such a connection to their servers, what' s your opinion? Usually not with free hosting. You should check your cPanel (or WHM) if it's possible to allow an IP address for external connection (Remote MySQL Access).

Member Avatar for castajiz_2
0
1K
Member Avatar for geneh23
Member Avatar for allan f

Closed. If you are serious about hiring, post in the [Jobs and Resumes](http://www.daniweb.com/business-exchange/jobs-and-resumes/52) forum.

Member Avatar for pritaeas
-1
115
Member Avatar for chris con

What OS is running? http://code.msdn.microsoft.com/windowsdesktop/VBImageFullScreenSlideShow-364ae534

Member Avatar for delonline_1
0
134
Member Avatar for abyjibu
Member Avatar for hallianonline

Make sure there is nothing outputted before calling `header()`. I'm positive you missed something, since you're not showing all your code. It could be as simple as a space somewhere.

Member Avatar for pritaeas
0
149
Member Avatar for engrjd91

@lps: The single quotes around the table and column names are wrong. Either remove them or use backticks.

Member Avatar for engrjd91
0
409
Member Avatar for nadiam
Member Avatar for nadiam
0
2K
Member Avatar for Ancient Dragon

From the [TechNet blog](http://blogs.technet.com/b/gladiatormsft/archive/2014/04/12/information-regarding-the-latest-update-for-windows-8-1.aspx): "What this means is **those users who have elected to install updates manually** will have 30 days to install Windows 8.1 Update on Windows 8.1 devices; after this 30-day window - and beginning with the May Patch Tuesday, Windows 8.1 user's devices without the update installed …

Member Avatar for Reverend Jim
0
466
Member Avatar for Khalilur_1
Member Avatar for TierVM
Member Avatar for riahc3

> Where the first two are my PK. No need to update the PK's if they're the same: insert IGNORE into table(Time_Stamp, Time_Stamp_ms, p1) values (time, timems, '1') The above has as drawback that ALL errors are ignored. or: insert into table(Time_Stamp,Time_Stamp_ms,p1) values (time,timems,'1') on duplicate key update p1 = …

Member Avatar for riahc3
0
184
Member Avatar for MICHAEL DENNIS

Perhaps [this thread](http://www.daniweb.com/web-development/php/threads/462975/consuming-soap-webservice-in-php) will get you started.

Member Avatar for pritaeas
0
285
Member Avatar for Tallapalli

Please provide more information about what you have, and what you want to achieve.

Member Avatar for pzuurveen
0
110
Member Avatar for RikTelner

> Are there any other solutions, that are more universal? You can add a text div that is visible, and remove it with Javascript. If Javascript is not enabled, it will not be removed.

Member Avatar for pritaeas
0
915
Member Avatar for hiiiiii@

https://developer.paypal.com/webapps/developer/docs/classic/lifecycle/ug_sandbox/

Member Avatar for hiiiiii@
0
157
Member Avatar for davy_yg

> I thought it should be totally different. Why would they be different? It serves HTML like other websites, so you can make it look however you want.

Member Avatar for pritaeas
0
68
Member Avatar for kamalvedha
Re: JSP

Provide? No. But if you show what you have, and tell us where you have a problem, am sure someone will help.

Member Avatar for pritaeas
0
97
Member Avatar for stokie-rich

Closed. http://www.daniweb.com/web-development/php/threads/477271/-mysqli_query-couldnt-fetch-mysqli The answers are in that thread already.

Member Avatar for pritaeas
-1
658
Member Avatar for GliderPilot

I've been using BlueHost and JustHost (next to local providers) and so far pretty satisfied. Price is good, and support pretty quick with answers. Both have a cPanel back-end.

Member Avatar for pritaeas
0
247
Member Avatar for ScottShip
Member Avatar for stultuske
0
159
Member Avatar for gogs85

$query = mysql_query("SELECT COUNT(1) FROM `categories` WHERE `name` = '{$name}'") or die(mysql_error()); Table names and column names must not be surrounded by single quotes, but by backticks.

Member Avatar for pritaeas
0
193
Member Avatar for stokie-rich
Member Avatar for iamthwee
0
16K
Member Avatar for ganteng
Member Avatar for Procido

Welcome to DaniWeb. > please don't hold on info to yourself even if it illegal what they asking Please hold back, as this is against [forum rules](http://www.daniweb.com/community/rules)! So before you continue posting I suggest you read them.

Member Avatar for pritaeas
0
179
Member Avatar for SalmiSoft

Personally I'd use a professional company for it. Even though I'm familiar with all aspects (being a developer), I'd choose to hand this off, and not just because I'm not a designer. Of course this depends on your budget. Not sure if they do this where you are, but here …

Member Avatar for frankjames018
0
184
Member Avatar for stokie-rich

die("The following SQL Failed $query";)/>/>; should be: die("The following SQL Failed $query");

Member Avatar for pritaeas
0
398

The End.