PHP
PHP is a computer scripting language, originally designed for producing dynamic web pages.
Application
Database
Remove
Platform
Any
License
Any
Is it possible to only allow users to access my website with their PC Mac Address authentication? One's the user access my website, the mac address will be first check if it is a valid mac address...
I need help
Could anybody help me with PHP mySQL code I need to make integration between separate databases. My idea is to make a middle database between them that contain the primary key of tables...
Good day!
I upgrade my version of mysql from mysql 4.1.10 to mysql 5.0.15. Now I used phpmyadmin to access my database using XAMPP. Now, I need to create a report generation and I have no idea how I...
Ownded Schemas I try to check the db_accessadmin and also I accidentall check the checkbox of db_owner and db_securityadmin. And Role Members I check also the db_accessadmin.
After that I reboot...
Good day!
I’m here again posting about my problem in the connection of mssql to php.
I have a problem in my connection in mssql to php. I tried my best to fix my problem. Here is some data I...
I'm not sure I understand what you want to do, and may be I have missed something...
Why create a new table every 20 registers? I think you have to save all your data into one single table, and then...
If you want to query from different tables, you must define the relationship within the tables. To do that you can use INNER JOIN, not WHERE condition.
I have a problem here. My goal is to create a page may I call it thread.php for clarification. I want to make sure that thread.php displays all posts that are stored in my database table and make...
Hi,
I've recently started working for a company who does bespoke software but also a lot of "Off the shelf" software. I have recently been tasked to install one of their off the shelf products for...
Is there already an answere for our question? We are still looking for our dropdown with input field+submit solution.
Hi,
We are searching for some simple PHP code for several days, but haven't found it so far.
The page should be presenting a drop down and below that a text input field + submit button.
The...
Hi Guys :),
I need to make desktop based RSS reader (in desktop RAD tools). I know how to fetch RSS feeds and load headlines and contents into my application. Obviously we can ping remote site...
Hi, I’m working on a website for a recruitment company, and am having some problems with paging results using MSSQL.
After doing some research I understand that you need to use a nested TOP query...
Hi guys,
I think the scripts at http://www.1afm.net/scripts/indexf.php
can be helpful for those who may need some quick web design solutions to some complex issues especially in PHP,Flash,Ajax...
My code is a php search function which is supposed to search from two tables in my database and displays matching results from the two tables in a line after line format.
It is supposed to match...
hi & hello,
iam a phd scholar of anna university, iam doing my thesis in web based land information system, i.e a data base connected to a web page which will retrive and display details...
Simpply introduce new tags like;
echo "";
echo "";
echo "";
echo "";
echo $chairName;
echo "";
echo "";
echo $chairName;
echo "";
echo "";
echo $chairDescription;
echo "";...
Hi,
Going to try to explain this as best I can. I have a bunch of stuff in a database and I need to display this info within a table. This isn't a problem at all but, I need it to only display 3 td...
hey mike
thanks a ton man! it works:)
thanks a lot man!!! and jus one more thing
now that my values are displayed in earn.php
how do i ADD all the values that i entered???
regards
1. Just make sure you have session_start(); as the first line in "in.php" and "earn.php"
2. Start by using the version of earn.php I've sent?
3. You can also try to debug by adding this line in...