Posts by André Ferraz • 116 points
3 posts
-
0
votes1
answer29
viewsA: Audio recording and online playback
You can do this with javascript. See this, is a good place to start. And here is an implementation with PHP to upload the file.…
-
0
votes1
answer34
viewsA: Send a javascript string
The best thing you can do and create logic in PHP. You can also do it in javascript. To be able to do something like that. if(is_numeric($datas['contribuinte'])) { $myvar =…
-
0
votes2
answers793
viewsA: Receive error in Curl request
The problem is that curl_init is not a type of exception. CURL no exception manipulation. Your approach will have to be different. You will have to extend the Exceptions class by doing something…
phpanswered André Ferraz 116