Tagged Questions
6
votes
1answer
150 views
Security: Hide mysql connection details file
Ok, so I know this must be a very basic question, but my problem is the following: I have developed my first PHP mini-app (so I'm fairly new to this) and I am pretty sure that there are two files of ...
2
votes
0answers
48 views
How many connection can my website have? [closed]
As the traffic increased my website hangs quite regularly. The page visit is now averaging 50k per day.
The static page loads fine, but when the page has mysql request it takes too much time to ...
0
votes
0answers
17 views
Scalable cloud based PHP-supported equivalent to Azure? [duplicate]
I am looking for a company that can sell me infinite scalable cloud based hosting for PHP projects like WordPress and other PHP/MySQL-based sites.
I just tried Azure, only to realize that they have ...
0
votes
2answers
43 views
mod_rewrite issue, won't work when links contain “-”
I've been looking into mod_rewrite for my simple PHP CMS for a couple of days now and I found a rule that was supposed to work for me:
RewriteRule ^(\w+)/?$ view_post.php?url=$1
This is supposed to ...
0
votes
0answers
49 views
How to improve overall site performance/security? [closed]
I use PHP and am avid in my development using that language. What means can I use that will improve the performance of my PHP site, and bolster its security?
-1
votes
1answer
540 views
How to retrieve an image from MySQL database and display the image as background on body? [closed]
How do I retrieve an image from MySQL database (I know how to display image by retrieving from database but here i want to display differently) i.e. display the image as background on body and image ...
0
votes
0answers
78 views
Joomla 3.02 : how to query MySQL and use the data [closed]
I have been googling for last few hours but no luck.
I am looking for a simple example on how I can query MySQL using PHP and then use the output in an input box.
My confusion is where do I put the ...
2
votes
0answers
15 views
Hosting advice for a write-heavy dynamic website [duplicate]
Possible Duplicate:
How to find web hosting that meets my requirements?
I have built a website using PHP and MySQL and now I am looking for a hosting service. I am expecting about a 1000 ...
3
votes
2answers
324 views
Looking for full web based booking system
I've searched around here but could not find any booking system that would suit my need. I hope maybe you can help me out.
I've already seen question #11379. Solutions provided there are not helping ...
0
votes
0answers
61 views
How can I make this script output each categories item per category [closed]
Ok so here is the deal currently this script outputs all the products in a parent category as well as the products in the child categories. What i would like to do is seperate the output based on ...
8
votes
3answers
155 views
Is it worth it to change my entire user images file structure to take advantage of simple browser caching?
On one of my mobile sites, I simply store my user's profile images as '1.jpg' in their user folder, and incrementally go from there for any extra pics they upload. This means that whenever they change ...
-1
votes
1answer
67 views
displaying a list of files [closed]
In my web application I have the user sign up for an account, then the account data is saved in a mysql database. The user can then go to "index.php" and log in with their credentials. My application ...
1
vote
2answers
482 views
php+mysql account management software?
I need an account system added to my website as a plugin to all of my HTML pages. The account system plugin needs to,register new users, log in current users, remove users who want to disconnect ...
0
votes
1answer
900 views
Warning: mysql_fetch_array() expects parameter 1 to be resource [closed]
I was trying to connect to my database through PHP but I keep getting the error:
Warning: mysql_fetch_array() expects parameter 1 to be resource
I do not know what the problem is?
This is the ...
0
votes
1answer
704 views
Auto-Complete Search + SQL [closed]
I'm trying to build a auto-complete search for an internal Workflow-system builded in php and SQL. Do you know were can I find any pre-builded code or any help-material?
Many thanks in advance!