Hi,
I just wanted to ask if it is possible to have a download counter wherein the counter adds 1 whenever theres is a successful download, not when the user click on the download button?
If so, pls tell me how? thanks!
angelbear
Hello!
Has anyone tried using phorm? its basically a form mail in PHP like it has autorespond email and it saves the fields into a text file or a mysql dbase.
There's a requirement for me to do a form mail that the email will be received on an html format. If I can use phorm and do that...
Hi, Im using the DirectMedia Xtra to include Mpeg's on my director movie. When I browse for the mpeg, the director movie runs fine, but if I change the folder location of the whole director project, the mpeg is not showing or its looking for the original path. How can I fix this?
Hi,
I have these four questions:
1. How can I have a multiselection of rows in a dbgrid (DBGrid32.0cx) then when I click the commandbutton, it returns all the seleted row in a textbox?
2. My dbase is in MS Access97, how can I copy a table in my database, only the structure and rename it...
How can I convert my access db table into a semi-colon delimited textfile? It will just be like exporting it then later import it on a different database.
I've seen codes that does this one. It works when my email prog is MS outlook express, but if my default email prog is eudora or MS Outlook, it doesn't work anymore. Do you have other codes to suggest? thanks.
Phutie
Hi,
I've seen codes on how to export a records from a table to a tab delimited text file but through the use of ms flexgrid or ADO controls.
I'm using a data control and dbgrid32.ocx. How can I export my table into a tab delimited textfile then? pls. help...
thanks,
Phutie
Hi,
This is the scenario..... WebsiteA has a link for WebsiteB but WebsiteA has nothing to do anymore with WebsiteB so WebsiteB wants users who click on the WebsiteA redirect to a site that tells "This company has no relation to this company." Then redirects to WebsiteB.
I need to...
Hi there,
I have a multi-lingual site in English, Korean and Japanese. is there a code
in php that automatically detects what language a browser supports and
redirect the user to the right page? I've seen lots of code in ASP and Java,
but if theres one in php or if someone knows the code...
Hi,
How can I query a database in another php file where the variable I want to
query is referenced on another page?
Ex.
$LinkName is on File A
on File B I want to do this
$sql = ( "SELECT Email from Listings WHERE Company LIKE '$LinkName'");
$result =...
Hi,
Im using phphoo to create a yahoo like directory, the problem is, it doesn't support page breaks or simply breaking the search results into 10 then putting next and previous buttons or links. I've tried other codes found on other forums and php sites but when Im putting it on the phphoo...
Hi,
for example I have this script:
if ($KeyWords != "")
{
$my_array = explode(" ", $KeyWords);
$count = count($my_array);
if ($count == 1)
{
$sql = ("SELECT BanID from KeyWords WHERE Kwords LIKE '%$my_array[0]%'");
$result = mysql_query($sql);
How will...
Hi,<br><br> I just want to print the content of the query. I hope you can check out<br> if my code is correct:<br><br> create a database with a table named KeyWords.<br><br> create table KeyWords (<br> KwID int(7),<br> Kwords char(15),<br> PRIMARY KEY...
Hi,<br><br>Example, I have a string:<br><br>"Computer Program"<br><br>and I like to rad it character by character so that if I encountered a space I will put a "%" in it, like this:<br><br>"Computer%Program"<br><br>Got any script ideas? thanks!!<br><br>Phutie<br><br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.