|
DaniWeb IT Discussion Community - PHP
|
Our PHP forum is the place for Q&A-style discussions related to this popular development language. LAMP programmers will appreciate our separate Apache forum, within the Networking sub-category of the Hardware and Software category, and MySQL forum, also within the Web Development category.
|
-
php/java integration
steps to configure php/java bridge on xampp 1.7 on windows with all the files location (if possible screen shots too)
-
How to Change Status bar of Iframe?
I am using IFrame to load a webpage into it.
When the page is getting loaded into the IFrame the status bar shows the actual link of
that webpage i.e. "Waiting for http://www.abc.com/index.php".
So, I want to hide this status message or change it to something else.
...
-
Need help with 301 redirection with HTACCESS file
Hi, I am getting an 500 internal server error when using the redirection code in my HTACCESS file.Given is the code i am using:
RewriteEngine On
rewritecond %{http_host} ^domain.com
rewriterule ^(.*)$ http://www.domain.com$1 [r=301,L]
I also have already following lines of code in my...
-
List Team members in Achievements report
dear all,
I am developing a web application for a Training Hostel, in my application i need to produce a report for achievements by the Inmates. For individual achievements it is no problem but when it comes to an achievement by a team, i am stucked to display all the team members on the...
-
setting the value in my
can some tell me what's wrong i tried putting the $date in my textfield from my MySQL. can someone pls correct my code :) thanks
PHP Syntax ( Toggle...
-
How to convert DRM protected music and movies to MP4/AVI/MOV/MP3/WMV/AAC...
The guide shows how to crack drm from protected wmv, wma, m4p, m4v, m4a, aac files and convert to unprotected WMV, MP4, MP3, WMA or any video and audio formats you like, such as AVI, MPEG, MOV, 3GP, m4a, aac, wmv, ogg, wav...
*Queston:* I purchased and downloaded some wmv videos from online...
-
Create a link for a file stored
Hello All,
Iam trying to create a PHP form where i allow the user to store a doc file. This doc file should get stored in the server(linux) and a link for the file should be stored in my mySQL database.
Please let me know if you need any further details in this regard.
Please send me your...
-
Assign chuck of html to a php variable
I want to assign a whole chunk of html content to a php variable. I was wondering if anybody knows of a way other than catenating manually. It's a huge chunk of html full with escape characters so don't want to do '' or "" thing.
Any help is appreciated.
-
How to tell if a member is online or offline?
Hai, i'm new to cookies/sessions, so i'm not sure how to do this. So, theres a row in the user account table called 'online'. When their online, the value is 1. When their offline, the value is 0. I'm not sure how to do this, like to store a cookie then remove it when they leave? Halp please :D
-
getting date value
I don't know where to start so I just got to ask from the experts :). From my MySQL (database) I got a date formatted mm-dd-yyyy (i.e. 01/01/2010), now from my php page there are 3 dropdown/list menus which are for *[Month]-[Day]-[Year]* and a *[TextField]* then a *[Submit Button]*. When I click...
-
I really need good search script
*Hello everyone, i was hoping i could get help for a search script that displays not just the text results but also an image based on the search query for eg: if you are searching for a book by author or name of a book in the results page it should show the text as a link which can be clicked to...
-
Php Dynamic Navigation
hello, i am building a website using mysql and php on an apache web server. The site has over 100 index pages for differnt parts and content of the site.
one of the problems i am having is i have to write the navigation bars in for each page, and there are more then 100 index's
At present i...
-
Storing IP Address
Alright, the register/login system is fully working with sql injection, BUUUT now I want to store their IP Address. WHOLE new function that I've never dealt with before. So I need some help. Am I doing something wrong?
I have the IPadd in the database as INT(10) and then I went down to another...
-
PHP Code to access SQL SERVER 2008 tables
To access MySql tables from PHP, I use the PHP code and the function below.
If I make these changes, would this code work for SQL Server 2008?
mysql_fetch_array to mssql_fetch_array
mysql_connect to mssql_connect
mysql_select_db to mssql_select_db
mysql_query to...
-
PHP mail
Hi every one. i m sending mail in php and facing a problem
the problem is
when i add some text in the body like this
this text is bold
then this text is shown as it is
in the mail
i want to show this text bold
The problem here is that the tags do not apply and are shown as it is.
|