Search found 3 matches

by Marcos.exe
Thu Nov 25, 2021 2:33 pm
Forum: Coding Questions
Topic: how to call a PHP script?
Replies: 3
Views: 1412

how to call a PHP script?

I already have a server with a database, and I know some PHP. I was already doing some things with HTML, and I started to learn JS. But as the basic language, and it makes building a page a lot easier, so I'm thinking about leaving JS aside for now. But, the problem is that I don't know how to run a...
by Marcos.exe
Thu Nov 11, 2021 9:32 pm
Forum: Coding Questions
Topic: Chr(0) = nothing? So I have a problem.
Replies: 2
Views: 1364

Re: Chr(0) = nothing? So I have a problem.

It works perfectly! A problem eliminated.
Thank you very much for the solution and speed!
by Marcos.exe
Thu Nov 11, 2021 8:29 pm
Forum: Coding Questions
Topic: Chr(0) = nothing? So I have a problem.
Replies: 2
Views: 1364

Chr(0) = nothing? So I have a problem.

Hi! I need to create a file that writes a string. Would be: WriteString(#file, Chr(0)+Chr(0)+Chr(0)+Chr(6)) When the file is opened, the result is just "♠" building in another language, I get " ♠" But I need to build for the web, and I'm trying to do it in SB. In PureBasic the re...