Archívum - Fórum téma
november 22, 2002
Hogy kell fajlba irni?
EN meg arra lennek kivancsi, hogyha szeretnek irasra, vagy hozzafuzesre fajlt megnyitni, akkor hogy adom meg a jogosultsagokat. Ugyanis mar a fajl letrehozasanal kiirja, hogy nincs jogosultsagom. Azt tudom, hogy a webszerveren levo fajlokhoz (amit feltoltok, vagy amit letre hozna a php) be lehet allitani jogokat, illetve vannak beallitva jogok, de hogy tudatom ezt en a php-vel illetve hogyan kerdezem le?
Koszi
■ Koszi
Vki csinálja meg nekem
Én nem értek hozzá, de szükségem lenne rá a suliban. Ha vki elkészítené nekem és elküldené az e-mail címemre megköszönném.:)
Assignment #1
OK, I want you to make a web page. It should display all the records of a table. It's easy,
you can get most of the code from the tutorials. Printing the first record is easy. Then,
you can use a while loop, to automatically go through all the records in a table. (Check out
the end of the first tutorial on MySQL integration for an example.) Got that? Good. Now I'm
going to add a small twist; I want you to be able to use the URL to specify the table you
are displaying. An example: http://www.mycomputer/readdb.php?table=cookie. Let's say that
you have a php script named "readdb.php". In the script you have a variable named table. If
you use the URL above, it stores the value, "cookie" in the "table" variable. Really, its
that easy to assign a value to a variable. Handy huh? So just change the script a little to
use the table variable and then specify the table in the URL.
Once you're done with that page, I want you to use it in conjunction with assignment #2.
Assignment #2.
I want you to write another page that has a form that adds data to the database. You can
also copy most of the code for this from the tutorials. It should look a bit like this.
(hint: you can copy the HTML form from that example page). Now you should be able to put
records into the table with the second page and check to see if the data is there with the
first page. So as a final touch, add some links to each page to make it easy to go back and
forth between the pages. Good job, this will make you more popular.
Assignment #3.
OK, we're going to build on the last two projects and make a page that can do this (display
a whole table, or let you search for and display one record). To make the search page, just
use a SELECT statement (Use PHPmyAdmin to figure out exactly how to select one record). Also
use PHPmyAdmin to find the syntax for deleting records too. I know I'm not telling you very
much about this. I want you to try to figure it out on your own. But I'll also give you a
hint: remember how you can send variables inside a URL? well this is a great time to do
this. Look at the links for deleting, viewing an individual record, and viewing the whole
table. Notice the variables in the URL. So send these variables, you can use an if statement
to sent for the variable and act appropriately (i.e. on my page, if ($func == del) then
execute the SQL query that deletes the appropriate record).If you got the first two
assignments, than you should be able to get this.
Also, the drop-down menu that has all the names of the tables is created with a MYSQL
function. If you use it on your page, I'll give you extra credit. You can learn about it by
looking at PHP's list of MYSQL functions Good luck. Be strong. Ask me questions if you don't
understand.
■ Assignment #1
OK, I want you to make a web page. It should display all the records of a table. It's easy,
you can get most of the code from the tutorials. Printing the first record is easy. Then,
you can use a while loop, to automatically go through all the records in a table. (Check out
the end of the first tutorial on MySQL integration for an example.) Got that? Good. Now I'm
going to add a small twist; I want you to be able to use the URL to specify the table you
are displaying. An example: http://www.mycomputer/readdb.php?table=cookie. Let's say that
you have a php script named "readdb.php". In the script you have a variable named table. If
you use the URL above, it stores the value, "cookie" in the "table" variable. Really, its
that easy to assign a value to a variable. Handy huh? So just change the script a little to
use the table variable and then specify the table in the URL.
Once you're done with that page, I want you to use it in conjunction with assignment #2.
Assignment #2.
I want you to write another page that has a form that adds data to the database. You can
also copy most of the code for this from the tutorials. It should look a bit like this.
(hint: you can copy the HTML form from that example page). Now you should be able to put
records into the table with the second page and check to see if the data is there with the
first page. So as a final touch, add some links to each page to make it easy to go back and
forth between the pages. Good job, this will make you more popular.
Assignment #3.
OK, we're going to build on the last two projects and make a page that can do this (display
a whole table, or let you search for and display one record). To make the search page, just
use a SELECT statement (Use PHPmyAdmin to figure out exactly how to select one record). Also
use PHPmyAdmin to find the syntax for deleting records too. I know I'm not telling you very
much about this. I want you to try to figure it out on your own. But I'll also give you a
hint: remember how you can send variables inside a URL? well this is a great time to do
this. Look at the links for deleting, viewing an individual record, and viewing the whole
table. Notice the variables in the URL. So send these variables, you can use an if statement
to sent for the variable and act appropriately (i.e. on my page, if ($func == del) then
execute the SQL query that deletes the appropriate record).If you got the first two
assignments, than you should be able to get this.
Also, the drop-down menu that has all the names of the tables is created with a MYSQL
function. If you use it on your page, I'll give you extra credit. You can learn about it by
looking at PHP's list of MYSQL functions Good luck. Be strong. Ask me questions if you don't
understand.
Firebird
Van-e valakinek tapasztalata, használható dokumentációja v. bármi, aminek segítségével neki lehetne állni érdemben használni?
■ Létezik-e???
Mert tudom, hogy létezik, csak...
Keresek olyan embedded web servert, amit egy php alapú site OFFLINE megjelenítésére lehet használni... Vagyis magyarul egy php-mysql-ból működő oldalt ki lehessen adni CD-n... Valamikor hallottam olayt, hogy az egészet valamilyen módon bele kell fordítani egy windows-os exe file-ba...
PLs. help...
■ Keresek olyan embedded web servert, amit egy php alapú site OFFLINE megjelenítésére lehet használni... Vagyis magyarul egy php-mysql-ból működő oldalt ki lehessen adni CD-n... Valamikor hallottam olayt, hogy az egészet valamilyen módon bele kell fordítani egy windows-os exe file-ba...
PLs. help...
november 20
Apróhírdetés modul wanted
Hali!
Tud valaki ilyen modul létezéséről? Köszi a segítséget előre is!
Üdv, Pali
■ Tud valaki ilyen modul létezéséről? Köszi a segítséget előre is!
Üdv, Pali
november 5
php segítség
Sziasztok !
Valaki tudna nekem segíteni,hpgy hogy kell beállítani az IIS-t ahhoz,h. rendesen tudjak php fájlokat futtatni? Előre is Köszi :Gábor
■ Valaki tudna nekem segíteni,hpgy hogy kell beállítani az IIS-t ahhoz,h. rendesen tudjak php fájlokat futtatni? Előre is Köszi :Gábor
november 4
Tárolt eljárás
Sziasztok,
Adott egy tárolt eljárás mssql alatt:
CREATE Procedure dbo.spwGetMachineLossByWeek
@PL varchar(1),
@Line varchar(1),
@Week int,
@HUF int,
@FIM int
As
select b.machine,
Sum(Cast(b.lost * p.price as decimal(15,2))) euro,
Sum(Cast(b.lost * p.price* @HUF as decimal(15,2))) huf,
Sum(Cast(b.lost * p.price* @FIM as decimal(15,2))) fim
from baandata b,
pec06.baan_data.baan_admin.price p
where Datepart( wk ,Cast((cast(ho as varchar)+'/'+cast(nap as varchar)+'/'+cast(ev as varchar)) as datetime)) = @Week
and b.component = p.component
and SUBSTRING(b.machine,2,1) = @PL
and SUBSTRING(b.machine,3,1) = @Line
group by b.machine
GO
A .php ami meghívja ezt:
$sql = "exec spwGetMachineLossByWeek '1','1','43','241','6' ";
$que = mssql_query($sql);
while ($row = mssql_fetch_row($que)){
print " $row[0] $row[1] $row[2]";
}
Kérdésem: miért nem addja át az értékeket web alatt?
Ha Query Analyzerrel futtatom, akkor simán megy...
???
köszi
z
■ Adott egy tárolt eljárás mssql alatt:
CREATE Procedure dbo.spwGetMachineLossByWeek
@PL varchar(1),
@Line varchar(1),
@Week int,
@HUF int,
@FIM int
As
select b.machine,
Sum(Cast(b.lost * p.price as decimal(15,2))) euro,
Sum(Cast(b.lost * p.price* @HUF as decimal(15,2))) huf,
Sum(Cast(b.lost * p.price* @FIM as decimal(15,2))) fim
from baandata b,
pec06.baan_data.baan_admin.price p
where Datepart( wk ,Cast((cast(ho as varchar)+'/'+cast(nap as varchar)+'/'+cast(ev as varchar)) as datetime)) = @Week
and b.component = p.component
and SUBSTRING(b.machine,2,1) = @PL
and SUBSTRING(b.machine,3,1) = @Line
group by b.machine
GO
A .php ami meghívja ezt:
$sql = "exec spwGetMachineLossByWeek '1','1','43','241','6' ";
$que = mssql_query($sql);
while ($row = mssql_fetch_row($que)){
print " $row[0] $row[1] $row[2]";
}
Kérdésem: miért nem addja át az értékeket web alatt?
Ha Query Analyzerrel futtatom, akkor simán megy...
???
köszi
z
október 31
MUNKAT AJÁNLOK
MUNKA
http://www.marketingszoftverek.hu/szoftverek/hirlevelpro.php
erdekelne hogy van e kozottetek valaki aki tudna csinalni ilyen. Nem a design erdekel hanem a programozasi resze.
Hogy ne ertsuk ferre egymast: Ha erre az oldalra ramesz alul van egy ingyenes reisztraciora lehetoseg es regisztracio utan 6 hetig birtokolhatsz korlatozassal egy weben mukodo marketinges levelezo rendszert. Bovebben nezd meg az oldalon.
Kerem csak azok jelentkezzenek akik tenyleg meg tudjak csinalni. Persze segitunk amiben tudunk. Emailben kerem a jelentkezeseket.
Koszi.
■ http://www.marketingszoftverek.hu/szoftverek/hirlevelpro.php
erdekelne hogy van e kozottetek valaki aki tudna csinalni ilyen. Nem a design erdekel hanem a programozasi resze.
Hogy ne ertsuk ferre egymast: Ha erre az oldalra ramesz alul van egy ingyenes reisztraciora lehetoseg es regisztracio utan 6 hetig birtokolhatsz korlatozassal egy weben mukodo marketinges levelezo rendszert. Bovebben nezd meg az oldalon.
Kerem csak azok jelentkezzenek akik tenyleg meg tudjak csinalni. Persze segitunk amiben tudunk. Emailben kerem a jelentkezeseket.
Koszi.
Talan beleferne egy MUNKAT AJÁNLOK topic
MUNKA
http://www.marketingszoftverek.hu/szoftverek/hirlevelpro.php
erdekelne hogy van e kozottetek valaki aki tudna csinalni ilyen. Nem a design erdekel hanem a programozasi resze.
Hogy ne ertsuk ferre egymast: Ha erre az oldalra ramesz alul van egy ingyenes reisztraciora lehetoseg es regisztracio utan 6 hetig birtokolhatsz korlatozassal egy weben mukodo marketinges levelezo rendszert. Bovebben nezd meg az oldalon.
Kerem csak azok jelentkezzenek akik tenyleg meg tudjak csinalni. Persze segitunk amiben tudunk. Emailben kerem a jelentkezeseket.
Koszi.
■ http://www.marketingszoftverek.hu/szoftverek/hirlevelpro.php
erdekelne hogy van e kozottetek valaki aki tudna csinalni ilyen. Nem a design erdekel hanem a programozasi resze.
Hogy ne ertsuk ferre egymast: Ha erre az oldalra ramesz alul van egy ingyenes reisztraciora lehetoseg es regisztracio utan 6 hetig birtokolhatsz korlatozassal egy weben mukodo marketinges levelezo rendszert. Bovebben nezd meg az oldalon.
Kerem csak azok jelentkezzenek akik tenyleg meg tudjak csinalni. Persze segitunk amiben tudunk. Emailben kerem a jelentkezeseket.
Koszi.
webes fizetes
Nagyon sok weboldalon lehet fizetni ugy, hogy megadod a bankszamla szamodat es kesz. Tud errol valaki valamit, hogy hogyan kell egy ilyet megcsinalni?
■