PHP
PHP is a computer scripting language, originally designed for producing dynamic web pages.
Application
Any
Platform
Any
License
Any
Good day!
I have a pure php code, so my table was in echo and I want to change the font and font-size of text in table header but when I put thid code:
echo "";
echo "";
and at the lower...
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...
Hi..i'm new to php and so i decided to write a login script which doesnt work. Please i've posted my code below and i need someone to tell me what i'm doing wrong. thanks
mother of the bride...
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...
Hello everyone,
In fact, I have a script that makes the crop image that works well, I'm stuck on the part of adding a text box to allow to name the image "thumb".
I also ask if possible to remove...
I made a calculation of the proportion between width and height from the maximum dimensions and the same thing from
actual dimensions of the picture: I then compared the two resizing in the...
hello, is there anyone use simplepie?
I subscribed many rss feeds from many rss source(50+) I just want to show one rss item from each rss source, but the size of cache folder is already over 15MB....
” and also when I press the button to move to another month I can’t move to another month. I have no idea why it happened.
Here is the old calendar code:
function goLastMonth(month,...
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 change my database from mysql to mssql, so I need to change the connection code in my php. I’m not familiar about the codes using mssql. Now cannot connect to my database.
I used the...
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...
1
;-)
-mac-
mailto:mac_doggie@hotmail.com
the Netherlands...
To get the weekday of the first of the moth you could also use:
$startday = date("w", strtotime("01-".date("m-Y")));
Don't need to make a timestamp with mktime this way... Very handy...
Alright, I am trying to get the day of the week that the month started on so I can produce a PHP-based calendar for a site I am developing. For some reason however, "getdate()" is always forcing...
i have also same issue.please help us.
james@laptop back up
hello there...
im developing a system currently.
i have this button which enables user to upload a file into mysql server.
after uploading, user can view the files uploaded by clinking on the file...
OutputBuffer($Data);
else
$Data = "Failed to replace tags in template: " . $Data . "";
}
else
$Data = "Failed to load sub-template: " ....
I use the FPDF class: www.fpdf.org
There are many tutorials on that site to get started easily.
Nexar
How does one generate pdf files using php.
Any help will be highly appreciated.
Thanks in advance