site script json

Overzicht Reageren

Sponsored by: Vacatures door Monsterboard

Pagina: « vorige 1 2 3 4 5 6 7 8 9 volgende »

- Ariën  -
Beheerder

- Ariën -

15/08/2012 21:54:26
Quote Anchor link
wat zie je nou in die print() met die andere JSON? Helemaal niks?
En zie ook eens mijn vorige posting......

Ik wil je aanraden om eens wat met de gegeven adviezen te doen a.u.b.
 
PHP hulp

PHP hulp

25/11/2024 18:59:17
 
Keizer Webdesign

Keizer Webdesign

15/08/2012 21:57:39
Quote Anchor link
Ik heb ieder advies getest maar ik ben pas begonnen met php dus weet er nog niks van dus weet niet precies waar ik wat neer moet zetten

Toevoeging op 15/08/2012 21:59:57:

- Aar - op 15/08/2012 21:54:26:
wat zie je nou in die print() met die andere JSON?


Helemaal niks een witte pagina waar als ik de bron bekijk niks in staat wat met die php code te maken heeft
 
- Ariën  -
Beheerder

- Ariën -

15/08/2012 22:02:27
Quote Anchor link
Logisch, in de HTML-broncode zie je geen PHP, omdat dat door de server wordt geparsed en om wordt gezet naar HTML.

Zet nou eens de display_error op 1 en error_reporting op E_ALL. Hoe dat moet kan je op Google zien. Mogelijk weten we dan meer.

Laat ook je relevante code eens zien, want met 'http://' alleen krijg je niks boeiends te zien.
 
Keizer Webdesign

Keizer Webdesign

15/08/2012 22:06:33
 
- Ariën  -
Beheerder

- Ariën -

15/08/2012 22:08:10
Quote Anchor link
En kan je de rest van mijn vraag beantwoorden? ZO schiet het niet echt hard op he?
Gewijzigd op 15/08/2012 22:12:01 door - Ariën -
 
Keizer Webdesign

Keizer Webdesign

15/08/2012 22:19:10
Quote Anchor link
Code (php)
PHP script in nieuw venster Selecteer het PHP script
1
2
3
4
5
6
<?php
 error_reporting(E_ALL);
 ini_set("display_errors", 1);
$json = json_decode(file_get_contents('http://mp.vrt.be/api/playlist/now_available_channel_ketcan_medium_recent.json'));
echo "<pre>". print_r($json,1)."</pre>";
?>


is dit een beteren code, wat moet ik dan doen met print_r
ik krijg nog steeds een wit scherm hoor
 
- Ariën  -
Beheerder

- Ariën -

15/08/2012 22:26:29
Quote Anchor link
Lijkt erop dat die JSON van hen corrupt is.. :-/
 
Keizer Webdesign

Keizer Webdesign

15/08/2012 22:27:17
Quote Anchor link
dus die kan ik niet gebruiken???
 
- Ariën  -
Beheerder

- Ariën -

15/08/2012 22:29:34
Quote Anchor link
Lijkt er wel op....

Toevoeging op 15/08/2012 22:31:59:

Just my toughts:
http://jsonformatter.curiousconcept.com/

Gooi daar eens de URL in, dan kan je het uittesten.
 
Keizer Webdesign

Keizer Webdesign

15/08/2012 22:32:47
Quote Anchor link
is er geen omweg ofzo die site zelf gebruikt hem wel


Toevoeging op 15/08/2012 22:35:03:

het kan wel maar hij geeft telkens een fout over het characters kijk maar:

Error:Strings should be wrapped in double quotes.
Code (php)
PHP script in nieuw venster Selecteer het PHP script
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
Error:Invalid characters found.[Code 18, Structure 1083]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 1087]
Error:Invalid characters found.[Code 18, Structure 1087]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 1605]
Error:Invalid characters found.[Code 18, Structure 1605]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 1609]
Error:Invalid characters found.[Code 18, Structure 1609]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 1779]
Error:Invalid characters found.[Code 18, Structure 1779]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 1783]
Error:Invalid characters found.[Code 18, Structure 1783]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 2123]
Error:Invalid characters found.[Code 18, Structure 2123]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 2127]
Error:Invalid characters found.[Code 18, Structure 2127]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 2131]
Error:Invalid characters found.[Code 18, Structure 2131]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 2297]
Error:Invalid characters found.[Code 18, Structure 2297]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 2301]
Error:Invalid characters found.[Code 18, Structure 2301]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 2305]
Error:Invalid characters found.[Code 18, Structure 2305]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 2823]
Error:Invalid characters found.[Code 18, Structure 2823]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 2827]
Error:Invalid characters found.[Code 18, Structure 2827]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 3171]
Error:Invalid characters found.[Code 18, Structure 3171]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 3175]
Error:Invalid characters found.[Code 18, Structure 3175]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 3345]
Error:Invalid characters found.[Code 18, Structure 3345]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 3349]
Error:Invalid characters found.[Code 18, Structure 3349]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 3515]
Error:Invalid characters found.[Code 18, Structure 3515]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 3519]
Error:Invalid characters found.[Code 18, Structure 3519]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 3523]
Error:Invalid characters found.[Code 18, Structure 3523]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 3867]
Error:Invalid characters found.[Code 18, Structure 3867]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 3871]
Error:Invalid characters found.[Code 18, Structure 3871]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 4041]
Error:Invalid characters found.[Code 18, Structure 4041]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 4045]
Error:Invalid characters found.[Code 18, Structure 4045]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 4215]
Error:Invalid characters found.[Code 18, Structure 4215]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 4219]
Error:Invalid characters found.[Code 18, Structure 4219]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 4389]
Error:Invalid characters found.[Code 18, Structure 4389]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 4393]
Error:Invalid characters found.[Code 18, Structure 4393]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 4563]
Error:Invalid characters found.[Code 18, Structure 4563]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 4567]
Error:Invalid characters found.[Code 18, Structure 4567]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 4911]
Error:Invalid characters found.[Code 18, Structure 4911]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 4915]
Error:Invalid characters found.[Code 18, Structure 4915]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 5259]
Error:Invalid characters found.[Code 18, Structure 5259]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 5263]
Error:Invalid characters found.[Code 18, Structure 5263]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 5607]
Error:Invalid characters found.[Code 18, Structure 5607]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 5611]
Error:Invalid characters found.[Code 18, Structure 5611]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 6129]
Error:Invalid characters found.[Code 18, Structure 6129]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 6133]
Error:Invalid characters found.[Code 18, Structure 6133]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 6303]
Error:Invalid characters found.[Code 18, Structure 6303]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 6307]
Error:Invalid characters found.[Code 18, Structure 6307]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 6651]
Error:Invalid characters found.[Code 18, Structure 6651]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 6655]
Error:Invalid characters found.[Code 18, Structure 6655]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 6999]
Error:Invalid characters found.[Code 18, Structure 6999]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 7173]
Error:Invalid characters found.[Code 18, Structure 7173]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 7177]
Error:Invalid characters found.[Code 18, Structure 7177]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 7521]
Error:Invalid characters found.[Code 18, Structure 7521]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 8043]
Error:Invalid characters found.[Code 18, Structure 8043]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 8047]
Error:Invalid characters found.[Code 18, Structure 8047]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 8391]
Error:Invalid characters found.[Code 18, Structure 8391]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 8395]
Error:Invalid characters found.[Code 18, Structure 8395]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 9609]
Error:Invalid characters found.[Code 18, Structure 9609]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 9613]
Error:Invalid characters found.[Code 18, Structure 9613]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 10827]
Error:Invalid characters found.[Code 18, Structure 10827]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 10831]
Error:Invalid characters found.[Code 18, Structure 10831]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 11175]
Error:Invalid characters found.[Code 18, Structure 11175]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 11179]
Error:Invalid characters found.[Code 18, Structure 11179]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 12045]
Error:Invalid characters found.[Code 18, Structure 12045]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 12049]
Error:Invalid characters found.[Code 18, Structure 12049]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 12567]
Error:Invalid characters found.[Code 18, Structure 12567]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 12571]
Error:Invalid characters found.[Code 18, Structure 12571]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 12741]
Error:Invalid characters found.[Code 18, Structure 12741]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 12745]
Error:Invalid characters found.[Code 18, Structure 12745]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 13263]
Error:Invalid characters found.[Code 18, Structure 13263]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 13267]
Error:Invalid characters found.[Code 18, Structure 13267]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 13959]
Error:Invalid characters found.[Code 18, Structure 13959]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 13963]
Error:Invalid characters found.[Code 18, Structure 13963]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 14133]
Error:Invalid characters found.[Code 18, Structure 14133]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 14137]
Error:Invalid characters found.[Code 18, Structure 14137]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 15003]
Error:Invalid characters found.[Code 18, Structure 15003]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 15007]
Error:Invalid characters found.[Code 18, Structure 15007]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 15351]
Error:Invalid characters found.[Code 18, Structure 15351]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 15355]
Error:Invalid characters found.[Code 18, Structure 15355]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 15699]
Error:Invalid characters found.[Code 18, Structure 15699]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 15703]
Error:Invalid characters found.[Code 18, Structure 15703]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 16047]
Error:Invalid characters found.[Code 18, Structure 16047]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 16051]
Error:Invalid characters found.[Code 18, Structure 16051]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 16221]
Error:Invalid characters found.[Code 18, Structure 16221]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 16225]
Error:Invalid characters found.[Code 18, Structure 16225]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 16395]
Error:Invalid characters found.[Code 18, Structure 16395]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 16399]
Error:Invalid characters found.[Code 18, Structure 16399]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 16917]
Error:Invalid characters found.[Code 18, Structure 16917]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 16921]
Error:Invalid characters found.[Code 18, Structure 16921]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 17613]
Error:Invalid characters found.[Code 18, Structure 17613]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 17617]
Error:Invalid characters found.[Code 18, Structure 17617]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 17787]
Error:Invalid characters found.[Code 18, Structure 17787]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 17791]
Error:Invalid characters found.[Code 18, Structure 17791]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 17961]
Error:Invalid characters found.[Code 18, Structure 17961]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 17965]
Error:Invalid characters found.[Code 18, Structure 17965]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 18135]
Error:Invalid characters found.[Code 18, Structure 18135]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 18139]
Error:Invalid characters found.[Code 18, Structure 18139]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 18483]
Error:Invalid characters found.[Code 18, Structure 18483]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 18487]
Error:Invalid characters found.[Code 18, Structure 18487]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 18657]
Error:Invalid characters found.[Code 18, Structure 18657]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 18661]
Error:Invalid characters found.[Code 18, Structure 18661]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 18831]
Error:Invalid characters found.[Code 18, Structure 18831]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 18835]
Error:Invalid characters found.[Code 18, Structure 18835]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 19005]
Error:Invalid characters found.[Code 18, Structure 19005]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 19179]
Error:Invalid characters found.[Code 18, Structure 19179]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 19183]
Error:Invalid characters found.[Code 18, Structure 19183]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 19527]
Error:Invalid characters found.[Code 18, Structure 19527]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 19531]
Error:Invalid characters found.[Code 18, Structure 19531]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 19875]
Error:Invalid characters found.[Code 18, Structure 19875]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 19879]
Error:Invalid characters found.[Code 18, Structure 19879]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 20053]
Error:Invalid characters found.[Code 18, Structure 20053]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 20393]
Error:Invalid characters found.[Code 18, Structure 20393]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 20397]
Error:Invalid characters found.[Code 18, Structure 20397]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 20401]
Error:Invalid characters found.[Code 18, Structure 20401]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 20501]
Error:Invalid characters found.[Code 18, Structure 20501]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 20571]
Error:Invalid characters found.[Code 18, Structure 20571]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 20575]
Error:Invalid characters found.[Code 18, Structure 20575]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 21963]
Error:Invalid characters found.[Code 18, Structure 21963]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 21967]
Error:Invalid characters found.[Code 18, Structure 21967]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 22659]
Error:Invalid characters found.[Code 18, Structure 22659]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 22663]
Error:Invalid characters found.[Code 18, Structure 22663]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 23007]
Error:Invalid characters found.[Code 18, Structure 23007]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 23355]
Error:Invalid characters found.[Code 18, Structure 23355]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 24051]
Error:Invalid characters found.[Code 18, Structure 24051]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 24577]
Error:Invalid characters found.[Code 18, Structure 24577]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 24921]
Error:Invalid characters found.[Code 18, Structure 24921]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 25795]
Error:Invalid characters found.[Code 18, Structure 25795]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 25965]
Error:Invalid characters found.[Code 18, Structure 25965]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 26839]
Error:Invalid characters found.[Code 18, Structure 26839]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 27535]
Error:Invalid characters found.[Code 18, Structure 27535]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 28057]
Error:Invalid characters found.[Code 18, Structure 28057]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 28231]
Error:Invalid characters found.[Code 18, Structure 28231]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 29275]
Error:Invalid characters found.[Code 18, Structure 29275]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 29971]
Error:Invalid characters found.[Code 18, Structure 29971]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 30141]
Error:Invalid characters found.[Code 18, Structure 30141]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 30493]
Error:Invalid characters found.[Code 18, Structure 30493]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 30837]
Error:Invalid characters found.[Code 18, Structure 30837]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 30841]
Error:Invalid characters found.[Code 18, Structure 30841]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 31015]
Error:Invalid characters found.[Code 18, Structure 31015]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 32059]
Error:Invalid characters found.[Code 18, Structure 32059]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 32581]
Error:Invalid characters found.[Code 18, Structure 32581]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 33625]
Error:Invalid characters found.[Code 18, Structure 33625]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 34491]
Error:Invalid characters found.[Code 18, Structure 34491]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 34669]
Error:Invalid characters found.[Code 18, Structure 34669]
Error:Strings should be wrapped in double quotes.[Code 17, Structure 34827]
 
- Ariën  -
Beheerder

- Ariën -

15/08/2012 22:35:08
Quote Anchor link
Mail die mensen eens of ze hun JSON-feed willen fixxen. of ga lekker met reguliere expressies of andere string-functies aan de slag om de data eruit te halen, maar dat is niet de beste manier.

Ze horen gewoon een goede JSON af te leveren.

json_de/-encode controleert altijd of een feed geldig is. ZO niet, dan resulteert dit in false, en gebeurt er dus niks.
Gewijzigd op 15/08/2012 22:36:00 door - Ariën -
 
Keizer Webdesign

Keizer Webdesign

22/08/2012 11:28:23
Quote Anchor link
is het ook mogelijk om inplaats alleen een naam en een link, een naam en een link naar een pagina waar info over die video staat en op die pagina ook een link naar die video enzo?
 
- Ariën  -
Beheerder

- Ariën -

22/08/2012 11:31:55
Quote Anchor link
Vast wel, als je JSON die informatie biedt.
Als je logisch kijkt kan je al die data wel in je script verwerken.
 
Keizer Webdesign

Keizer Webdesign

22/08/2012 11:34:15
Quote Anchor link
maar hoe zorg ik dat hij die automatisch maakt dus die naam moet automatisch de goede naam hebben dan een link naar een pagina die ook de juiste info moet geven

Toevoeging op 22/08/2012 11:38:39:

zoals dit ongeveer

http://rtl.ksya.net/ en daar klikje op een aflevering dan krijg je bijvoorbeeld dit http://rtl.ksya.net/episode.php?id=2289792543
 
- Ariën  -
Beheerder

- Ariën -

22/08/2012 12:43:45
Quote Anchor link
Die data wordt uit de JSON-string gehaalt, en als een object of array behandelt.
 
Keizer Webdesign

Keizer Webdesign

22/08/2012 21:48:44
Quote Anchor link
Hoe maak je die code
 
- Ariën  -
Beheerder

- Ariën -

22/08/2012 21:55:01
Quote Anchor link
Met je computer, toetsenbord, muis, goede editor, de juiste toetsaanslagen en logisch denken.
Echt, kerel. Probeer zelf eens moeite te doen...... Lees dit topic eens door.
 
Keizer Webdesign

Keizer Webdesign

22/08/2012 22:02:09
Quote Anchor link
Ik bedoel dat ik meerderen pagina's maak dus dat ik een link zet naar een pagina die als ik druk op 3 op reis dat hij op een pagina weergeeft wat ik wil enzo dat heb ik volgens mij nog niet gehad in dit topic ik doe er zelf trouwens wel veel moeite voor maar ik weet niet waar ik op moet op bijv google
Gewijzigd op 22/08/2012 22:08:19 door Keizer Webdesign
 
- Ariën  -
Beheerder

- Ariën -

22/08/2012 22:11:16
Quote Anchor link
Wat weet je al van php?
En kan je ook je bericht aanpssen met leestekens erin. Dat leest veel prettiger.....
Gewijzigd op 22/08/2012 22:12:43 door - Ariën -
 
Keizer Webdesign

Keizer Webdesign

22/08/2012 22:42:56
Quote Anchor link
Ik weet nog niet veel maar ik ben bezig om te leren
 

Pagina: « vorige 1 2 3 4 5 6 7 8 9 volgende »



Overzicht Reageren

 
 

Om de gebruiksvriendelijkheid van onze website en diensten te optimaliseren maken wij gebruik van cookies. Deze cookies gebruiken wij voor functionaliteiten, analytische gegevens en marketing doeleinden. U vindt meer informatie in onze privacy statement.