|
Limiting Text
- March 16, 2007 - Report Tutorial - Rating: (No Rating) - Discuss Tutorial |
I wrote a little function in PHP that does that for me PLUS I made sure that I could re-use it in future scripts that I may come up with.
keywords:
warning preventive restrictive book transcript textbook |
Author: www.desilva.biz | Total Clicks: 63 | Category: PHP | Difficulty:  |
|
Include File in a Variable
- March 16, 2007 - Report Tutorial - Rating: (No Rating) - Discuss Tutorial |
Simply using include() or require() to output the contents of a 'include' file on another web page may work perfectly 90% of the time.
keywords:
comprise take in contain folder dossier changeable erratic up-and-down |
Author: www.desilva.biz | Total Clicks: 60 | Category: PHP | Difficulty:  |
|
Multiple Inserts in 1 Query
- March 16, 2007 - Report Tutorial - Rating: (No Rating) - Discuss Tutorial |
had a function in my script that empties a given MySQL table daily and automatically populates the empty table with a summary of 'stats' with data off another database table.
keywords:
manifold numerous many insert inquiry question answer (Antonym) |
Author: www.desilva.biz | Total Clicks: 57 | Category: PHP | Difficulty:  |
|
Simple Counter
- March 16, 2007 - Report Tutorial - Rating: (No Rating) - Discuss Tutorial |
The way the counter works:
- We create a text file to hold the count.
- Then we read the text file.
- Increment the count.
keywords:
easy straightforward uncomplicated oppose answer contradict |
Author: www.invano.com | Total Clicks: 54 | Category: PHP | Difficulty:  |
|
Learn abour your server: php variables
- March 16, 2007 - Report Tutorial - Rating: (No Rating) - Discuss Tutorial |
The server which is hosting your site (we will supose in this tutorial you have an account with an ISP, so you are not controling the server) may provide you a lot of useful information.
keywords:
study be taught be trained abour member of staff serving at table wine waiter head waiter variables |
Author: phptutorial.info | Total Clicks: 52 | Category: PHP | Difficulty:  |
<< Back |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
| Next >> Total Tutorials in Category: 799
|