 |
|
 |
When posting your question please:- Choose the correct forum for your message. Posting a VB.NET question in the C++ forum will end in tears.
- Be specific! Don't ask "can someone send me the code to create an application that does 'X'. Pinpoint exactly what it is you need help with.
- Keep the subject line brief, but descriptive. eg "File Serialization problem"
- Keep the question as brief as possible. If you have to include code, include the smallest snippet of code you can.
- Be careful when including code that you haven't made a typo. Typing mistakes can become the focal point instead of the actual question you asked.
- Do not remove or empty a message if others have replied. Keep the thread intact and available for others to search and read. If your problem was answered then edit your message and add "[Solved]" to the subject line of the original post, and cast an approval vote to the one or several answers that really helped you.
- If you are posting source code with your question, place it inside <pre></pre> tags. We advise you also check the "Encode HTML tags when pasting" checkbox before pasting anything inside the PRE block, and make sure "Ignore HTML tags in this message" check box is unchecked.
- Be courteous and DON'T SHOUT. Everyone here helps because they enjoy helping others, not because it's their job.
- Please do not post links to your question in one forum from another, unrelated forum (such as the lounge). It will be deleted.
- Do not be abusive, offensive, inappropriate or harass anyone on the boards. Doing so will get you kicked off and banned. Play nice.
- If you have a school or university assignment, assume that your teacher or lecturer is also reading these forums.
- No advertising or soliciting.
- We reserve the right to move your posts to a more appropriate forum or to delete anything deemed inappropriate or illegal.
When answering a question please:
- Read the question carefully
- Understand that English isn't everyone's first language so be lenient of bad spelling and grammar
- If a question is poorly phrased then either ask for clarification, ignore it, or mark it down. Insults are not welcome
- If the question is inappropriate then click the 'vote to remove message' button
Insults, slap-downs and sarcasm aren't welcome. Let's work to help developers, not make them feel stupid.
cheers,
Chris Maunder
The Code Project Co-fou
|
|
|
|
 |
|
|
 |
|
 |
classes[^]
Luc Pattyn [My Articles] Nil Volentibus Arduum
Fed up by FireFox memory leaks I switched to Opera and now CP doesn't perform its paste magic, so links will not be offered. Sorry.
|
|
|
|
 |
|
 |
Hi,
We are about to tie up with our competitors site. So anyone who is member of that site, can access our site after entering their username and password used in our competitors site.
Would this be a good solution, if we ask them to write a web service that talks to their database member table and we can then communicate to that web service to allow the members to log inn using their existing username and password?
Thanks
modified 3 days ago.
|
|
|
|
 |
|
 |
Question fixed by OPWrong forum?
modified 2 days ago.
|
|
|
|
 |
|
 |
oops... lol, sorry it was for lounge.
Sorted now..
|
|
|
|
 |
|
 |
yes, PHP offers the usual for[^] and foreach[^] loop constructs.
Luc Pattyn [My Articles] Nil Volentibus Arduum
Fed up by FireFox memory leaks I switched to Opera and now CP doesn't perform its paste magic, so links will not be offered. Sorry.
|
|
|
|
 |
|
 |
if there are 2 list boxes and i want related sub-category of products in 2nd list box, whwreas in 1st list box there are categories of product... how i will implement this ?
|
|
|
|
 |
|
 |
Simple suggestion, use AJAX
|
|
|
|
 |
|
 |
Anyone can help me with my project... i want to know what is the codes of automatic delete database files/data within an hour using php...because how many tries i do i can't get it...
modified 4 Feb '12.
|
|
|
|
 |
|
 |
Dude,
->I cannot Get it either, will tell me, what you mean by automatic?
as well as delete database files and also what does it mean with in an hour?
->What is your actual problem?
Are you failing to delete tables?
Are you failing to detect list of tables?
or what?
I know I am coward since the day I know that fortune favors the brave
|
|
|
|
 |
|
 |
Your question is quite confusing, but what I understood is, you are trying to delete some data from a table-
Here you go -
DELETE FROM table_name
WHERE some_column = some_value
|
|
|
|
 |
|
 |
thanks!!!
|
|
|
|
 |
|
 |
Darkcrab Press is looking for potential authors to write book on any Technologies and Domain. Anyone interested in writing book on any Technologies and Domain please do contact author@darkcrab.com
|
|
|
|
 |
|
 |
Although I'm not a noob when it comes to programming, I have zero experience of web services so I'm seeking advice!
For one of our departments at work I have developed a simple CRUD application using Apache, MySQL and PHP on a local network server. This works fine
Due to expansion of the department, the database is to be migrated to the main DB server to which I will not be able to make direct calls from my PHP code due to security. They are happy however to create a webservice that I can use that will in turn access the database. I have total say in how the data will be returned to me for interpretation by my PHP pages and how I send data to the web service.
Which is the recommended way (I hear alot of 'talk' about JSON nowadays) and do you know of any good tutorials that you would recommend?
(I'm posting here as I'm not sure where is best, and from my side of things PHP will be doing all the communication with the service)
|
|
|
|
 |
|
 |
Hi, It is better to use XML way, which is more understandable and easy.But JSON is much efficient and fast.
|
|
|
|
 |
|
|
 |
|
 |
I did understand that you would develop the serverside application with PHP
But I didn't understand what would be the client application, Would it be web browser? or are you going to develop Application to extract the reply from HTTP server.
I know I am coward since the day I know that fortune favors the brave
|
|
|
|
 |
|
 |
The Client will be a web browser using PHP/Apache on a local server. The local PHP scripts will communicate with the remote web service.
Web Browser <-> Local Apache/PHP <-> Web Service <-> Remote Apache/MySQL/PHP
|
|
|
|
 |
|
 |
Both will be perfect,
or you just can create a user with permitting only one host ip with the limitation of tables connection. It wont do any herm
I know I am coward since the day I know that fortune favors the brave
|
|
|
|
 |
|
 |
Hi,
In ASP.NET, the best way to manage http errors e.g: Error 400.x, 500.x is to specify this in the web.config or globax.asax file.
How do I accomplish the same in php, because I was to get a nicely formatted error page displayed to my users instead of the anoying apache error page.
Please help!
|
|
|
|
 |
|
|
 |
|
 |
Hi
I have two posts: /post1, /post2
how I can create a link that every 20 seconds redirect to one of them. I mean if this link go to /post1, after 20 seconds if that or another person click on it go to /post2, also this time sets with server time
please help me
thanks
|
|
|
|
 |
|
 |
How can i add simple texteditor to my application.Just like post a question in this site.
|
|
|
|
 |
|
|
 |