Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. JosiahMaybe

    PHP Problem with uploading an image to MySQL Database

    Like in a query, do like "part" . $variable . "part"...; X E.
  2. JosiahMaybe

    PHP Problem with uploading an image to MySQL Database

    Well, is it being saved to location and is it input to table? Probably not. Have you tried input directly to a query in PHP what string to run? Which line exactly is error at, execution of query right? X E.
  3. JosiahMaybe

    PHP Problem with uploading an image to MySQL Database

    What am I saying, you are doing save to location, sorry. X E.
  4. JosiahMaybe

    PHP Problem with uploading an image to MySQL Database

    Sorry, I may be with wrong info. X E.
  5. JosiahMaybe

    PHP Problem with uploading an image to MySQL Database

    Maybe there is a log or something and if I recall correctly you have to make a table with a specific format to input that kind of data to, like raw or something, maybe max size is too small. It should only allow a few MB last time I knew about databases, you could save it as a file on your...
  6. JosiahMaybe

    PHP Problem with uploading an image to MySQL Database

    You are not showing all your code or you forgot to define $pdo. X E.
  7. JosiahMaybe

    PHP What is your favorite PHP project?

    Alright, I don't do like social media cool yet though, how is that and what is it?
  8. JosiahMaybe

    PHP What is your favorite PHP project?

    Site map generator is a recursive function like start with main directory, list contents, organize by what folder things are in and continue, also a function to make a map of that map by directory, results are at gugquettex.com/en/map.php. X E.
  9. JosiahMaybe

    Game dev, what should I use for everything?

    Looking for stuff (not C, C++, C#, Python, or Haxe) to do game dev for about everything. I got computers covered with Rust and VR/AR/XR/MR too with Rust. Since there is not much for Apple TVOS in Rust or cross platform I was thinking make Swift and have an iOS/iPadOS/TVOS single code base app...
  10. JosiahMaybe

    PHP What is your favorite PHP project?

    So far I literally have three PHP projects ever, a page view counter, a site map generator, and an IndexNow script for a website. Feel free to ask for those, open source mostly or can be. Favorite might be like my HTML site map generator. X E.
  11. JosiahMaybe

    3d+ drawing math, StinomXE X E.

    I made a 3 or more dimensional drawing math programming library in Ruby. It is open source and about 1,100 lines. I guess I can't post it here but I can give StinomXE home from which you may download or view online. To explain what it does, 4d is a linear set of 3d sets, 5d that to 4d, it...
  12. JosiahMaybe

    I just published StinomXE, a 3 or more dimensional drawing math library currently in Ruby...

    I just published StinomXE, a 3 or more dimensional drawing math library currently in Ruby. StinomXE X E.
  13. JosiahMaybe

    Fun activity With the start of a new school year, how many of you are new or returning students?

    Computer Programming CSC, first certificate this year, returning. I expect a new thing in A.I. some time later for major, minor, etc.. X E.
  14. JosiahMaybe

    Doing math stuff not yet anywhere online. X E.

    Doing math stuff not yet anywhere online. X E.
  15. JosiahMaybe

    Java Tracing nested loops?

    What do you mean? What specifically do you want?
  16. JosiahMaybe

    How to define a polygon part in a rectangle?

    Okay, solved I guess, like have 4 points, one for mins, two min max, and one maxes, get bounds inside rectangle, if a point outside rectangle is more in a way from center of rectangle move toward it as much as is in bounds of rectangle. If a line intersects x or y like that, move toward...
  17. JosiahMaybe

    How to define a polygon part in a rectangle?

    Okay so I have this 3d thing, it projects to 2d view plane via view point and XYZ view plane definition. I can define a rectangle like shape by xmin, ymin, xmax, and ymax in 2d. It may also be a point or line that rectangle like thing. What I am really trying for is approximate intersect of 2 2d...
  18. JosiahMaybe

    Node.JS Trying to create a process that counts records from a MariaDB and stores the result in another table

    Okay, I do not understand all that but I think you should have your SQL stuff like this: "SELECT COUNT() created FROM bounces WHERE now - created <= SECONDS_IN_DAY GROUP BY created", and you can even drop first created I think. I think yes it can be done. However you are getting Unix timestamps...
  19. JosiahMaybe

    Python Skill Check Bot

    There is a way to make that work but someone will have to write code for it. Question is now how are you going to implement it. What will you use? Sorry, not a Python web dev but that can be done even if you just make a canvas and use JavaScript. X E.
  20. JosiahMaybe

    Custom underline in css under links, any ideas?

    If you want like that then if it is like only can be one line then a background img element might suffice and if that won't work then maybe make a canvas element and draw to it as background. Be sure to set z or be careful what is first or last, maybe set top and left same on your background and...
Back
Top Bottom